---
title: "Get Route Caller IDs"
method: GET
path: "/route-caller-ids"
tags: ["Route Caller IDs (DID)"]
---

# Get Route Caller IDs

`GET /route-caller-ids`

This endpoint makes an HTTP GET request to retrieve the caller IDs associated with a specific route. The request does not require a request body as it is a GET request. The response will include an array of caller IDs along with their associated details.

### Response Body

The response will be in JSON format with a status code of 200. It will contain an array of caller IDs, where each caller ID object includes the following properties:

- `id` (string): The unique identifier for the caller ID.
    
- `caller_id_name` (string): The name associated with the caller ID.
    
- `caller_id_number` (string): The phone number associated with the caller ID.
    
- `created_at` (string): The timestamp indicating when the caller ID was created.
    
- `is_active` (string): Indicates whether the caller ID is currently active.

## Response `200`

successful operation

- object
  - `callerIds` object[]
    - `caller_id_name` string
    - `caller_id_number` string
    - `created_at` string
    - `id` string
    - `is_active` string

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
