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": "e9258055-ed3f-49f3-a3f8-f18409e87976",
    "type": "escalation_paths",
    "attributes": {
      "name": "Laboriosam et et eaque.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "0e31fc1c-e0d2-41d1-bd2c-3a5bba74f087",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "time_restriction_time_zone": null,
      "time_restrictions": [],
      "created_at": "2026-02-17T18:09:07.259-08:00",
      "updated_at": "2026-02-17T18:09:07.259-08:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "f0a7bca0-ea84-428b-bb65-8fe618df833f"
          ]
        }
      ]
    },
    "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