---
title: "Retrieve the members of the queue"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json"
tags: ["Api20100401Member"]
---

# Retrieve the members of the queue

`GET /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json`

Retrieve the members of the queue

## Path parameters

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

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `queue_members` ApiV2010AccountQueueMember[]
    - `call_sid` string, nullable — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Member resource is associated with.
    - `date_enqueued` string, date-time-rfc-2822, nullable — The date that the member was enqueued, given in RFC 2822 format.
    - `position` integer — This member's current position in the queue.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.
    - `wait_time` integer — The number of seconds the member has been in the queue.
    - `queue_sid` string, nullable — The SID of the Queue the member is in.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/versions/a6753266b8b0/schema)
