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": "f27ce8d0-29bd-47a6-814d-c46393beaf4f",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Ratione et sit repellendus.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Libero consequuntur inventore neque.",
      "slug": "ratione-et-sit-repellendus",
      "enabled": true,
      "created_at": "2025-04-20T05:23:53.852-07:00",
      "updated_at": "2025-04-20T05:23:53.852-07:00",
      "alert_urgency_id": "292c8d7d-7a0d-49af-b7b8-7a51da93a3e5",
      "escalation_policy_trigger": {
        "id": "13c54262-5ee5-4d3e-8bf4-35c0ec312ba5",
        "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
data
object
required