---
title: "Retrieve a list of queues belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Queues.json"
tags: ["Api20100401Queue"]
---

# Retrieve a list of queues belonging to the account used to make the request

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

Retrieve a list of queues belonging to the account used to make the request

## Path parameters

- `AccountSid` 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
  - `queues` 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/revisions/6b6ffccef14c/schema)
