Skip to main content
GET
/
v1
/
on_call_shadows
/
{id}
Retrieves an 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": "488a6654-80a8-4773-bda0-8af7cea9401d",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "b58f5b7c-5efd-4b45-b094-e419bd88cdcd",
      "shadowable_type": "User",
      "shadowable_id": "440",
      "shadow_user_id": 439,
      "starts_at": "2025-12-09T19:48:04.000-08:00",
      "ends_at": "2025-12-10T17:48:04.000-08:00",
      "created_at": "2025-12-09T17:48:04.284-08:00",
      "updated_at": "2025-12-09T17:48:04.284-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

override shift found

data
object
required