Skip to main content
GET
/
api
/
v1
/
admin
/
operational
/
pending_escalations
Error
A valid request URL is required to generate request examples
{
  "escalations": [
    {
      "id": "<string>",
      "rule_id": "<string>",
      "status": "<string>",
      "priority": "<string>",
      "escalation_action_type": "<string>",
      "expires_at": "<string>",
      "time_remaining": 123,
      "denial_id": "<string>"
    }
  ],
  "meta": {
    "current_page": 123,
    "per_page": 123,
    "total_pages": 123,
    "total_count": 123,
    "has_next": true,
    "has_prev": true
  },
  "stats": {
    "pending": 123,
    "urgent": 123
  }
}

Query Parameters

status
string

Response

200 - application/json

OK

escalations
object[]
required
meta
object
required
stats
object
required