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": "1ba4061e-fb87-4874-af5f-32502144924c",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Nesciunt enim non qui.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Atque dolore porro temporibus.",
      "slug": "nesciunt-enim-non-qui",
      "enabled": true,
      "created_at": "2025-10-13T18:05:19.331-07:00",
      "updated_at": "2025-10-13T18:05:19.331-07:00",
      "alert_urgency_id": "6b9e7da8-04d6-4ee3-839a-c325eddbf6e7",
      "escalation_policy_trigger": {
        "id": "5231a5c5-059a-497f-a2fe-35a06173b5b3",
        "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
I