AxAxolite Docs
PublicSecurity

Status and Health

Use health and status endpoints to monitor platform readiness and user-visible service state.

Endpoints

  • GET /health for liveness/readiness checks.
  • GET /status for user-facing component health.

Response fields

EndpointFieldMeaning
/healthokAPI is accepting traffic
/healthregionRegion serving the response
/statusstatushealthy, degraded, or outage
/statuscomponentsPer-service state list

Gotchas

  • Poll every 30-60 seconds to avoid unnecessary load.
  • During deploys you may briefly see degraded; retry before alerting users.
StartEnd