Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
override shift found
Retrieves a specific On Call Shadow configuration by ID
curl --request GET \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f30fe0f3-3068-4410-96fc-e8e2f11f6d47",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "83c18065-32e0-4ffb-b9dd-06034efa2c57",
"shadowable_type": "User",
"shadowable_id": "392",
"shadow_user_id": 391,
"starts_at": "2025-11-06T15:28:05.000-08:00",
"ends_at": "2025-11-07T13:28:05.000-08:00",
"created_at": "2025-11-06T13:28:05.041-08:00",
"updated_at": "2025-11-06T13:28:05.041-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f30fe0f3-3068-4410-96fc-e8e2f11f6d47",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "83c18065-32e0-4ffb-b9dd-06034efa2c57",
"shadowable_type": "User",
"shadowable_id": "392",
"shadow_user_id": 391,
"starts_at": "2025-11-06T15:28:05.000-08:00",
"ends_at": "2025-11-07T13:28:05.000-08:00",
"created_at": "2025-11-06T13:28:05.041-08:00",
"updated_at": "2025-11-06T13:28:05.041-08:00"
}
}
}