---
title: "List queue resources"
method: GET
path: "/texml/Accounts/{account_sid}/Queues"
tags: ["TeXML REST Commands"]
---

# List queue resources

`GET /texml/Accounts/{account_sid}/Queues`

Returns a paginated list of queue resources for the account, with support for filtering by creation or update dates.

## Path parameters

- `account_sid` string, required

## Query parameters

- `Page` integer
- `PageSize` integer
- `PageToken` string
- `DateCreated` string
- `DateUpdated` string

## Response `200`

Multiple queue resources.

- QueueResourceIndex
  - `end` integer — The number of the last element on the page, zero-indexed.
  - `first_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Queues.json?Page=0&PageSize=1
  - `next_page_uri` string — /v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Queues.json?Page=1&PageSize=1&PageToken=MTY4AjgyNDkwNzIxMQ
  - `page` integer — Current page number, zero-indexed.
  - `page_size` integer — The number of items on the page
  - `queues` QueueResource[]
    - `account_sid` string — The id of the account the resource belongs to.
    - `average_wait_time` integer — The average wait time in seconds for members in the queue.
    - `current_size` integer — The current number of members in the queue.
    - `date_created` string — The timestamp of when the resource was created.
    - `date_updated` string — The timestamp of when the resource was last updated.
    - `max_size` integer — The maximum size of the queue.
    - `sid` string — The unique identifier of the queue.
    - `subresource_uris` object — A list of related resources identified by their relative URIs.
    - `uri` string — The relative URI for this queue.
  - `start` integer — The number of the first element on the page, zero-indexed.
  - `uri` string — The URI of the current page.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
