Skip to main content

Service health check

GET 

/health

Returns the operational status of the API and its upstream dependencies. Returns HTTP 200 when healthy, HTTP 503 when any dependency is unavailable. When maintenance mode is active, status is 'maintenance' but HTTP 200 is still returned (the API process itself is healthy — data endpoints return 503 via middleware).

Responses

Successful Response