GET
/
v1
/
live_call_routers
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6d938e31-b025-4f95-a16a-0b36684705f1",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Alias suscipit aut debitis.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Possimus voluptas et nihil.",
      "slug": "alias-suscipit-aut-debitis",
      "enabled": true,
      "created_at": "2025-06-19T02:42:25.091-07:00",
      "updated_at": "2025-06-19T02:42:25.091-07:00",
      "alert_urgency_id": "70c8b089-4601-41a7-8502-f7f3e6f6af30",
      "escalation_policy_trigger": {
        "id": "e1aa609e-e532-4ffe-a2c7-9d347a1abc7b",
        "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

200
application/vnd.api+json

live_call_router found

The response is of type object.