---
title: "List call queues of exclusive number"
method: GET
path: "/exclusive_numbers/{id}/call_queues"
tags: ["CTI"]
---

# List call queues of exclusive number

`GET /exclusive_numbers/{id}/call_queues`

Get a collection of call queues where exclusive number is located.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `items` object[]
    - `id` string — The unique ID of the resource.
    - `name` string — The name of call queue.
    - `extension_number` string — The extension number.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
