Health
Check if the API is healthy. Used by container orchestration for health checks. Does not require authentication.
GET /v1/health
Returns:
-
200 OKwhen the API and database are healthyjson {"status": "ok"} -
503 Service Unavailablewhen the database is unreachablejson {"status": "error"}