v18

latestOpenAPI 3.1.0AGPL-3.0 licenseraw.githubusercontent.com2026-08-0143162294.8 KB
Health

Health routes implementation

Note: OpenAPI documentation for these endpoints can be found in the openapi.rs file

Handles the /health endpoint.

Returns an HttpResponse with a status of 200 OK and a body of "OK". This endpoint is used for liveness probes in container orchestration platforms.

get/api/v1/health

Response

Service is alive

All 43 operations