v1

latestOpenAPI 3.1.02026-07-13212942.9 KB

Health Check

Liveness health check.

When the ADVANCED_HEALTH_CHECK environment variable is "true", performs a full connectivity check against Redis and PostgreSQL and returns a composite status object. Otherwise returns a minimal {"status": "ok"} ping response immediately, keeping the endpoint lightweight for load-balancer probes.

Returns: JSONResponse: 200 when all checked services are healthy, 500 otherwise.

get/health_check

Response

Successful Response

{"stackTrail":"paths:/health_check:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}