v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
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
Example response
{
"fetcherHealthy": true,
"connectionCount": 5,
"lastSyncAt": "2025-01-15T10:30:00Z"
}