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": "267613f6-397e-4799-8e69-a1535162580f",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Dolores optio quaerat quam.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Facilis itaque distinctio incidunt.",
      "slug": "dolores-optio-quaerat-quam",
      "enabled": true,
      "created_at": "2025-12-15T13:47:06.132-08:00",
      "updated_at": "2025-12-15T13:47:06.132-08:00",
      "calling_tree_prompt": "Minima nostrum et necessitatibus.",
      "paging_targets": [
        {
          "id": "993dc211-636d-4e3e-9ef3-b94581aa9ef2",
          "type": "service",
          "alert_urgency_id": "b18702e4-43c0-4612-9758-eb627378bcc2"
        }
      ]
    }
  }
}

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