Retrieves a specific escalation path by id
curl --request GET \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "03878ecb-3a01-4eb9-be20-c0bf29542ccb",
"type": "escalation_paths",
"attributes": {
"name": "Impedit deserunt est omnis.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "c2f19e56-efe7-4253-9765-639084104f7b",
"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-01-03T21:26:14.927-08:00",
"updated_at": "2026-01-03T21:26:14.927-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"f909bdc2-5e35-414c-a3c1-9fabd57b1dd5"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
comma separated if needed. eg: escalation_policy_levels
escalation_policy_levels escalation path found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "03878ecb-3a01-4eb9-be20-c0bf29542ccb",
"type": "escalation_paths",
"attributes": {
"name": "Impedit deserunt est omnis.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "c2f19e56-efe7-4253-9765-639084104f7b",
"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-01-03T21:26:14.927-08:00",
"updated_at": "2026-01-03T21:26:14.927-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"f909bdc2-5e35-414c-a3c1-9fabd57b1dd5"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}