Health Check
GET /api/v1/health
Returns the health status of the Tracera backend and its dependencies.Request
Response
- 200 OK — Healthy
- 503 — Degraded
Fields
| Field | Type | Values | Description |
|---|---|---|---|
status | string | ok | API server status — always ok if the server is responding |
timescaledb | string | up / down | TimescaleDB connection status |
redis | string | up / down | Redis connection status |
Notes
- This endpoint is used by Docker health checks (every 10 seconds)
- Returns
503 Service Unavailableif any dependency is down - No authentication required
- Used by load balancers to determine backend readiness