Meta
Health check
Checks that the API runtime is alive and can reach the backing database.
GET
/healthcurl -X GET "https://example.com/health"{ "status": "ok", "db": "ok"}{ "status": "error", "db": "error"}Meta
Checks that the API runtime is alive and can reach the backing database.
/healthcurl -X GET "https://example.com/health"{ "status": "ok", "db": "ok"}{ "status": "error", "db": "error"}