PublicSecurity
Status and Health
Use health and status endpoints to monitor platform readiness and user-visible service state.
Endpoints
GET /healthfor liveness/readiness checks.GET /statusfor user-facing component health.
Response fields
| Endpoint | Field | Meaning |
|---|---|---|
/health | ok | API is accepting traffic |
/health | region | Region serving the response |
/status | status | healthy, degraded, or outage |
/status | components | Per-service state list |
Gotchas
- Poll every 30-60 seconds to avoid unnecessary load.
- During deploys you may briefly see
degraded; retry before alerting users.