GET on QueueService

The GET action returns a list of the 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.

If specified, the QueueNamePrefix must be alphanumeric of length 1 to 80.

The GET action on QueueService returns a list of your queues.

The following table lists the parameters of the GET action on QueueService.

NameDescriptionTypeValue
QueueNamePrefixAn optional parameter that you can use 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 GET request returns the queues with a name that begins with "Test".

See ListQueues (Query) for sample response information.

ErrorDescription
InvalidParameterValueQueueNamePrefix did not pass validation.