---
title: "Retrieve a Queue Member."
method: GET
path: "/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}"
tags: ["Queue Members"]
---

# Retrieve a Queue Member.

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

Retrieve a single queue member.

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

## Response `200`

OK

- 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.

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc.dev/signalwire/apis/compatibility-api/revisions/e1376ef9bfca?raw)
