List
Use this endpoint for the Queues method to read all of the queues that are associated with your account. This will be returned as a list of queues.
Path parameters
AccountSid
The unique identifier for the account this Queue is associated with.
Query parameters
Page
The page number to retrieve (zero-indexed).
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when navigating to pages beyond the first.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page. Null if there are no more pages.
previous_page_uri
The URI of the previous page. Null if this is the first page.
page
The current page number (zero-indexed).
page_size
The number of items per page.
queues
List of queues.
Response