---
title: "List Connector Health Coverage Endpoint"
method: GET
path: "/v1/internal/connectors/health/coverage"
tags: ["v1-internal-health"]
---

# List Connector Health Coverage Endpoint

`GET /v1/internal/connectors/health/coverage`

Fleet view of streaming connectors with absent or stale health rows.

The inverse of the list view above: instead of the health rows that exist,
this returns the connectors in a live apply state whose declared pgstream
deployments have no fresh ``connector_health_state`` row — the silent gap
where a connector reads healthy by absence of evidence (ARD-1247). ``missing``
gaps sort ahead of ``stale`` ones. Same verdict the Honeycomb coverage
triggers page on, served on demand for the operator console.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
