---
title: "Fetch an instance of a queue identified by the QueueSid"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json"
tags: ["Api20100401Queue"]
---

# Fetch an instance of a queue identified by the QueueSid

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

Fetch an instance of a queue identified by the QueueSid

## Path parameters

- `AccountSid` string, required
- `Sid` string, required

## Response `200`

OK

- ApiV2010AccountQueue
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `current_size` integer — The number of calls currently in the queue.
  - `friendly_name` string, nullable — A string that you assigned to describe this resource.
  - `uri` string, nullable — The URI of this resource, relative to `https://api.twilio.com`.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue resource.
  - `average_wait_time` integer — The average wait time in seconds of the members in this queue. This is calculated at the time of the request.
  - `sid` string, nullable — The unique string that that we created to identify this Queue resource.
  - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `max_size` integer — The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000.

---

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