Health routes implementation

Outdated Version

You're viewing an older version (v1.4.x). The latest documentation is available for the current version. Click here to visit latest version.

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 Body

curl -X GET "https://loading/api/v1/health"
"OK"
"string"