v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.

get/2017-08-29/queues

Query parameters

listBy'NAME' | 'CREATION_DATE'

Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.

Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.

maxResultsinteger

Optional. Number of queues, up to twenty, that will be returned at one time.

nextTokenstring

Use this string, provided with the response to a previous request, to request the next batch of queues.

order'ASCENDING' | 'DESCENDING'

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

Use this string to request the next batch of queues.