Health check
GET /status.jsonReturns a compact JSON object with the current service state and update timestamp.
Reference
A short reference for health checks and response conventions.
GET /status.jsonReturns a compact JSON object with the current service state and update timestamp.
{
"status": "ok",
"region": "edge",
"version": "2026.06"
}Clients should use exponential backoff and treat 5xx responses as transient unless documented otherwise.