Public validation-pipeline health signal
Download OpenAPI spec
GET
/status/pipeline
Aggregate, boolean-only health signal for the live validation fleet, intended for an
external status page. Returns 200 operational when the validation workers are alive and
503 degraded when they are not.
This endpoint is public — no X-Api-Key and no rate limit apply. It is deliberately
decoupled from the liveness /health check and exposes no fleet detail: the body is
the status word only, never worker counts, identities, queue depth, or IP addresses.
On this page
Responses
200
The validation pipeline is operational (at least one worker is fresh).
· text/plain
string
operational
example: operational
503
The validation pipeline is degraded (no fresh worker).
· text/plain
string
degraded
example: degraded