---
title: "Get Connector Health Endpoint"
method: GET
path: "/v1/internal/connectors/health/{connector_id}"
tags: ["v1-internal-health"]
---

# Get Connector Health Endpoint

`GET /v1/internal/connectors/health/{connector_id}`

Drill-down view: every deployment for one connector + recent events.

When the connector has health rows, returns them plus the current coverage
verdict so stale/superseded rows cannot mask a missing current deployment.
When it has none, we no longer collapse straight to 404 (ARD-1247): if the
connector exists AND is in a live apply state, it is EXPECTED to be observed,
so we return an explicit ``not_observed`` payload (200) instead. Only a
connector that does not exist, or is not in a streaming state (no coverage
story to tell), still 404s.

## Path parameters

- `connector_id` string, required

## 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/versions/f92d8d54bae2/schema)
