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": "87e7d10c-e1c2-4c26-acbb-ccbe4ab5a5c9",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Molestiae deserunt cum aliquid.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Quaerat deleniti sit at.",
      "slug": "molestiae-deserunt-cum-aliquid",
      "enabled": true,
      "created_at": "2025-05-08T00:22:45.428-07:00",
      "updated_at": "2025-05-08T00:22:45.428-07:00",
      "alert_urgency_id": "4a232411-f8e9-416a-b2ad-77bc7274a290",
      "escalation_policy_trigger": {
        "id": "754f6eb5-5b82-41ac-8cef-417378f6553b",
        "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.