Retrieves a specific escalation level by id
curl --request GET \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "90f0bd58-b53b-4341-ba92-e7cbea9d56d6",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "259d6901-a6e0-40b5-b487-99adc1411108",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-13T18:06:10.035-08:00",
"updated_at": "2026-02-13T18:06:10.035-08:00",
"notification_target_params": [
{
"id": "407",
"type": "user",
"team_members": "all"
}
]
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "90f0bd58-b53b-4341-ba92-e7cbea9d56d6",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "259d6901-a6e0-40b5-b487-99adc1411108",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-13T18:06:10.035-08:00",
"updated_at": "2026-02-13T18:06:10.035-08:00",
"notification_target_params": [
{
"id": "407",
"type": "user",
"team_members": "all"
}
]
}
}
}