All requests below will use this key. Your API key is sent directly to api.cueapi.ai and never stored by the docs site.

GET/status

Status

Lightweight status endpoint for uptime monitors.

No authentication required. Designed for uptime monitoring services (UptimeRobot, Pingdom, etc.).

Request

bash
curl https://api.cueapi.ai/status

Response

json
{
  "status": "healthy"
}
json
{
  "status": "degraded",
  "reason": "poller stale"
}
json
{
  "status": "down",
  "reason": "postgres unreachable"
}
GET/status
Try it
Enter your API key above to send requests