Request
GET /health
This endpoint takes no path parameters, query parameters, or request body.
Response
Current service status. Returns
"ok" when the API is healthy and accepting requests.Number of seconds the API process has been running since its last restart, rounded down to the nearest whole second.
Use cases
- Monitoring and alerting — poll this endpoint from your uptime monitor to detect outages.
- Pre-flight checks — call
/healthbefore starting an integration test run to confirm the API is reachable. - Load balancer probes — configure your infrastructure to use this route as a health probe target.
200