Skip to main content
GET
/
v1
/
escalation_paths
/
{id}
Retrieves an escalation path
curl --request GET \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "de8940c1-e057-4093-9839-53be1b943deb",
    "type": "escalation_paths",
    "attributes": {
      "name": "Laborum ut cupiditate quam.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "b26cf912-3a01-40fd-88f7-deccea138ec4",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "time_restriction_time_zone": null,
      "time_restrictions": [],
      "created_at": "2025-10-28T10:21:38.248-07:00",
      "updated_at": "2025-10-28T10:21:38.248-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "b1ed23d9-b42d-4d24-a63d-84d920b6177a"
          ]
        }
      ]
    },
    "relationships": {
      "escalation_levels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: escalation_policy_levels

Available options:
escalation_policy_levels

Response

escalation path found

data
object
required