System

Service health check

Verifies that the API can reach its Redis and Postgres dependencies. Used by infrastructure liveness/readiness probes.

get/healthcheck

Response

All dependencies are reachable.

statusstring required

Overall service status. Always "ok" when the API is healthy.

Example response

{
  "status": "ok"
}

Changes