---
title: "List All Queue Members"
method: GET
path: "/Accounts/{AccountSid}/Queues/{QueueSid}/Members"
tags: ["Queue Members"]
---

# List All Queue Members

`GET /Accounts/{AccountSid}/Queues/{QueueSid}/Members`

The ability to read all of the queue members that are waiting in a particular queue. This will be returned as a list of members.

#### Permissions
The API token must include the following scopes: _Voice_.

## Path parameters

- `AccountSid` string, uuid, required
- `QueueSid` string, uuid, required

## Response `200`

OK

- object
  - `uri` string
  - `first_page_uri` string
  - `next_page_uri` string
  - `previous_page_uri` string
  - `page` integer
  - `page_size` integer
  - `end` string — The name of object.
  - `last_page_uri` string — The URI for the last page.
  - `num_pages` string — The name of object.
  - `queue_members` Member[]
    - `call_sid` string — The unique identifier for the call this Queue Member is associated with.
    - `date_enqueued` string — The date, in RFC 2822 format, the queue member was enqueued.
    - `position` string — The member's current place in the queue.
    - `uri` string — The URL of this resource.
    - `wait_time` string — The number of seconds the member has been in the queue.
  - `start` string — The name of object.
  - `total` string — The name of object.
  - `account_sid` string — The unique identofier for account.
  - `queue_sid` string — The unique identifier for queue.

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/e1376ef9bfca/schema)
