Delulu documentation

health

1 endpoint in the health API group.

Generated from the typed server contract. Download the complete OpenAPI 3.1 specification.

Check service health

GET/health

Reports whether the API process is ready to receive requests.

Parameters

No path or query parameters.

Request body

No request body.

Responses

StatusMeaning
200Service health and the time at which it was checked
503HealthUnavailable

Response bodies

200 — application/json

{
  "$ref": "#/components/schemas/HealthResponse"
}

503 — application/json

{
  "$ref": "#/components/schemas/HealthUnavailable"
}