Skip to content

Get Status

GET
/v1/status
agent-data call f9a6ec16-0bfd-44d8-b3ee-073776745ee7 status

Opaque service-health probe for this listing. Returns {"status": "ok"} when the service is healthy and {"status": "degraded"} when recent fetches have been failing at a high rate. Use this before invoking the data routes, but note that health is a single global in-process rolling window across all sources — not a per-source readiness signal. The response is intentionally opaque: it never exposes implementation details (proxies, impersonation, per-tier counts). A fresh Lambda is ok by default. This route does not consume the upstream fetch budget.

Opaque health status.

Media type application/json
Response Get Status V1 Status Get

Opaque service-health probe response. Only status field; only ok or degraded values. Never carries proxy/tier/impersonation hints.

object
status
required
Status
string
Allowed values: ok degraded
key
additional properties
string
Example
{
"status": "ok"
}