Retrieves a specific escalation policy by id
curl --request GET \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ceec16d5-87f0-4e2c-8c52-cc45e63c838d",
"type": "escalation_policies",
"attributes": {
"name": "Assumenda facere quasi at.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 283,
"last_updated_by_user_id": 284,
"group_ids": [
"75990fa8-f943-4ee5-8f4a-08dc41499d23"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-01-28T06:26:31.796-08:00",
"updated_at": "2026-01-28T06:26:31.796-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "28a3f7cc-4a61-4b44-8de2-0ac510ccadff",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "75990fa8-f943-4ee5-8f4a-08dc41499d23",
"type": "groups"
}
]
},
"services": {
"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_paths
escalation_policy_levels, escalation_policy_paths, groups, services escalation policy found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ceec16d5-87f0-4e2c-8c52-cc45e63c838d",
"type": "escalation_policies",
"attributes": {
"name": "Assumenda facere quasi at.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 283,
"last_updated_by_user_id": 284,
"group_ids": [
"75990fa8-f943-4ee5-8f4a-08dc41499d23"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-01-28T06:26:31.796-08:00",
"updated_at": "2026-01-28T06:26:31.796-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "28a3f7cc-4a61-4b44-8de2-0ac510ccadff",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "75990fa8-f943-4ee5-8f4a-08dc41499d23",
"type": "groups"
}
]
},
"services": {
"data": []
}
}
}
}