---
title: "List caller sequence of a call queue"
method: GET
path: "/call_queues/{id}/waiting"
tags: ["Call Queue"]
---

# List caller sequence of a call queue

`GET /call_queues/{id}/waiting`

Retrieve a collection of call queue's waiting sequence

## Path parameters

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

## Response `200`

OK

- object
  - `items` object[]
    - `session_id` string — The unique ID of the resource.
    - `extension_number` string — The extension number.
    - `display_name` string — The display name of caller.
    - `waiting_time` integer — The waiting time (seconds) of caller in the queue.

## 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)
