| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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 reviewersDraft until the endpoint it describes is available, so the spec does not land ahead of the API.
Generated with Claude Code