v4
latestOpenAPI 3.1.0Proprietary2026-08-034715226.2 KBmetadata
Health check
Returns server status, version, uptime, and the combined live status of the Postgres and Redis dependencies in db (formatted as <postgres>/<redis>, each segment ok or down). Returns 200 when both respond within 2 seconds; otherwise 503 with the same body shape.
get/health
Response
All dependencies healthy
Example response
{
"db": "ok/ok"
}