Get a specific alert route by id. Note: This endpoint requires access to Advanced Alert Routing. If you’re unsure whether you have access to this feature, please contact Rootly customer support.
curl --request GET \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ec2dbf3c-5e2f-4aaf-a83a-b684a9aef594",
"type": "alert_routes",
"attributes": {
"name": "Test Alert Route-5b1f",
"enabled": true,
"created_at": "2026-01-03T21:24:12.928-08:00",
"updated_at": "2026-01-03T21:24:12.928-08:00",
"alerts_source_ids": [],
"owning_team_ids": [],
"rules": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ec2dbf3c-5e2f-4aaf-a83a-b684a9aef594",
"type": "alert_routes",
"attributes": {
"name": "Test Alert Route-5b1f",
"enabled": true,
"created_at": "2026-01-03T21:24:12.928-08:00",
"updated_at": "2026-01-03T21:24:12.928-08:00",
"alerts_source_ids": [],
"owning_team_ids": [],
"rules": []
}
}
}