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": "ea0ddc41-bafb-4ca9-b7ab-68fae182cbdc",
"type": "escalation_policies",
"attributes": {
"name": "Soluta omnis aliquam quibusdam.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 135,
"last_updated_by_user_id": 136,
"group_ids": [
"545cdfec-d7c5-42fd-9a07-86fecfbbe891"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2025-12-19T18:14:39.881-08:00",
"updated_at": "2025-12-19T18:14:39.881-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "866c9ad4-2ee6-4816-a3bb-f7e9811da9c7",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "545cdfec-d7c5-42fd-9a07-86fecfbbe891",
"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": "ea0ddc41-bafb-4ca9-b7ab-68fae182cbdc",
"type": "escalation_policies",
"attributes": {
"name": "Soluta omnis aliquam quibusdam.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 135,
"last_updated_by_user_id": 136,
"group_ids": [
"545cdfec-d7c5-42fd-9a07-86fecfbbe891"
],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2025-12-19T18:14:39.881-08:00",
"updated_at": "2025-12-19T18:14:39.881-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "866c9ad4-2ee6-4816-a3bb-f7e9811da9c7",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": [
{
"id": "545cdfec-d7c5-42fd-9a07-86fecfbbe891",
"type": "groups"
}
]
},
"services": {
"data": []
}
}
}
}