ListQueues (Query)

The ListQueues action returns a list of your queues. A maximum of 10,000 queue URLs are returned. If a value is specified for the optional QueueNamePrefix parameter, only those queues with a queue name beginning with the value specified are returned. The queue name is specified in the QueueName parameter when a queue is created.

ListQueues requests are validated on the following:

The ListQueues action returns a list of your queues.

The following table lists the parameters of the operation.

NameDescriptionTypeValue
QueueNamePrefixOptional. This parameter can be used to filter results returned. When specified, only queues with queue names beginning with the specified string are returned.StringUser-defined alphanumeric string

The following example ListQueues request returns the queues owned by the Access Key ID in the request that have a queue name that begins with "T".

ErrorDescription
InvalidParameterValueQueueNamePrefix did not pass validation.