---
title: "Fetch a specific member from the queue"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json"
tags: ["Api20100401Member"]
---

# Fetch a specific member from the queue

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

Fetch a specific member from the queue

## Path parameters

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

## Response `200`

OK

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