Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
live_call_router found
Retrieves a specific Live Call Router by id
curl --request GET \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "2a957684-a8b8-4c8b-bc9a-0908e72c72cb",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Qui eum nostrum corrupti.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Consectetur quaerat ut quae.",
      "slug": "qui-eum-nostrum-corrupti",
      "enabled": true,
      "created_at": "2025-11-04T03:29:00.255-08:00",
      "updated_at": "2025-11-04T03:29:00.255-08:00",
      "alert_urgency_id": "73bdf04b-53e6-4256-99a8-2a376392753d",
      "escalation_policy_trigger": {
        "id": "58471367-c742-4dae-b716-6c7f24505f12",
        "type": "service"
      }
    }
  }
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
live_call_router found
Show child attributes
Was this page helpful?
curl --request GET \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "2a957684-a8b8-4c8b-bc9a-0908e72c72cb",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Qui eum nostrum corrupti.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Consectetur quaerat ut quae.",
      "slug": "qui-eum-nostrum-corrupti",
      "enabled": true,
      "created_at": "2025-11-04T03:29:00.255-08:00",
      "updated_at": "2025-11-04T03:29:00.255-08:00",
      "alert_urgency_id": "73bdf04b-53e6-4256-99a8-2a376392753d",
      "escalation_policy_trigger": {
        "id": "58471367-c742-4dae-b716-6c7f24505f12",
        "type": "service"
      }
    }
  }
}