Skip to main content
GET
/
v1
/
live_call_routers
/
{id}
Retrieves a Live Call Router
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"
      }
    }
  }
}

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

live_call_router found

data
object
required