---
title: "List Unreconciled Pgstream Deployments Endpoint"
method: GET
path: "/v1/internal/connectors/health/unreconciled-pgstream"
tags: ["v1-internal-health"]
---

# List Unreconciled Pgstream Deployments Endpoint

`GET /v1/internal/connectors/health/unreconciled-pgstream`

List setup-state connectors that have live K8s pgstream deployments
but no persisted ``engine_config.pgstream_deployments`` entry.

This is the ARD-1430 operator view: health-row coverage cannot see a
Deployment whose name was never stored on the connector, so this endpoint
asks Kubernetes directly for bounded pages of setup-state connectors.
Pagination is over the connector page; ``unreconciled_count`` is the
filtered row count within that page.

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