Skip to main content
GET
/
v1
/
discovery
/
status
Get discovery status
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/discovery/status \
  --header 'Authorization: Bearer <token>'
{
  "fetcherHealthy": true,
  "connectionCount": 5,
  "lastSyncAt": "2025-01-15T10:30:00Z"
}

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Response

Discovery status

Current status of the Fetcher integration

fetcherHealthy
boolean

Whether the Fetcher service is currently reachable and healthy

Example:

true

connectionCount
integer

Number of connections discovered from Fetcher

Example:

5

lastSyncAt
string

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

Example:

"2025-01-15T10:30:00Z"