v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Discovery

Get 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.

get/v1/discovery/status

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Discovery status

fetcherHealthyboolean

Whether the Fetcher service is currently reachable and healthy

connectionCountinteger

Number of connections discovered from Fetcher

lastSyncAtstring

Timestamp of the last successful sync with Fetcher in RFC 3339 format

Example response

{
  "fetcherHealthy": true,
  "connectionCount": 5,
  "lastSyncAt": "2025-01-15T10:30:00Z"
}