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": "b6f1d6a7-b740-4377-baab-b4cf37eb2340",
"type": "escalation_paths",
"attributes": {
"name": "Ab nesciunt unde nihil.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "5567746b-302e-46bf-9e8a-31bd498866bd",
"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-03T01:59:44.053-08:00",
"updated_at": "2026-02-03T01:59:44.053-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"5285329c-bef9-4799-8757-0bb7cff3dbbb"
]
}
]
},
"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": "b6f1d6a7-b740-4377-baab-b4cf37eb2340",
"type": "escalation_paths",
"attributes": {
"name": "Ab nesciunt unde nihil.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "5567746b-302e-46bf-9e8a-31bd498866bd",
"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-03T01:59:44.053-08:00",
"updated_at": "2026-02-03T01:59:44.053-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"5285329c-bef9-4799-8757-0bb7cff3dbbb"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}