Health
GET /health
Public. Reports whether the API can reach its database.
1
{ "status": "healthy", "database": "connected" }
Returns 200 OK when the database is reachable, or 503 Service Unavailable with "status": "unhealthy" / "database": "unreachable" otherwise. Used by the Docker Compose healthcheck in Deployment.