FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add the data connector health endpoint to the Preview spec by zilleeizad-inter · Pull Request #631 · intercom/Intercom-OpenAPI · GitHub

Add the data connector health endpoint to the Preview spec - #631

Draft
zilleeizad-inter wants to merge 1 commit into
mainfrom
zille.eizad/dc-health-openapi
Draft

Add the data connector health endpoint to the Preview spec#631
zilleeizad-inter wants to merge 1 commit into
mainfrom
zille.eizad/dc-health-openapi

Conversation

Copy link
Copy Markdown
Contributor

Why?

Developers using data connectors can fetch execution results one at a time, but nothing tells them how a connector is doing overall — how often it succeeds, how slow it is, and what its failures actually are. This adds the Preview spec for the endpoint that answers that.

How?

Adds the path and its response schemas to the Preview description, keeping the failure-reason values aligned with the vocabulary the execution results endpoint already filters on.

Notes for reviewers

Draft until the endpoint it describes is available, so the spec does not land ahead of the API.

Generated with Claude Code

GET /data_connectors/{data_connector_id}/health returns aggregated execution
health for a data connector over a requested time range: success rate, latency
and payload size percentiles, breakdowns of HTTP statuses and failure reasons,
and a time series of intervals.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL