---
title: "Get discovery status"
method: GET
path: "/v1/discovery/status"
tags: ["Discovery"]
---

# Get discovery status

`GET /v1/discovery/status`

Use this endpoint to retrieve the current Fetcher integration status, including whether the Fetcher service is healthy and how many connections have been discovered.

## Headers

- `X-Request-Id` string

## Response `200`

Discovery status

- DiscoveryStatusResponse — Current status of the Fetcher integration
  - `fetcherHealthy` boolean — Whether the Fetcher service is currently reachable and healthy
  - `connectionCount` integer — Number of connections discovered from Fetcher
  - `lastSyncAt` string — Timestamp of the last successful sync with Fetcher in RFC 3339 format

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
