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": "b08239a5-fe62-4718-bf23-61fa80dcf88b",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Assumenda aut facilis nihil.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Harum deleniti voluptatem maxime.",
      "slug": "assumenda-aut-facilis-nihil",
      "enabled": true,
      "created_at": "2025-11-27T00:10:59.760-08:00",
      "updated_at": "2025-11-27T00:10:59.760-08:00",
      "calling_tree_prompt": "Dolores soluta autem expedita.",
      "paging_targets": [
        {
          "id": "b2bc63b3-10d2-4598-ae0e-c201f67b627e",
          "type": "service",
          "alert_urgency_id": "3d2c7a5b-77eb-462a-aa3e-e02069d244b7"
        }
      ]
    }
  }
}

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