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
/healthReports whether the API process is ready to receive requests.
Parameters
No path or query parameters.
Request body
No request body.
Responses
| Status | Meaning |
|---|---|
200 | Service health and the time at which it was checked |
503 | HealthUnavailable |
Response bodies
200 — application/json
{
"$ref": "#/components/schemas/HealthResponse"
}503 — application/json
{
"$ref": "#/components/schemas/HealthUnavailable"
}