Upstash Documentation

List Queues

List all your queues
1 min read
get/v2/queues
Request example
Response
get/v2/queues

Authorization

Authorizationstringheaderrequired#
QStash authentication token

1 alternative authorization method available — see the spec for details.

Responses

application/json
200
List of queues
namestring#
The name of the queue.
createdAtinteger#
The creation timestamp of the queue in Unix milliseconds
updatedAtinteger#
The last update timestamp of the queue in Unix milliseconds
parallelisminteger#
The number of parallel consumers consuming from the queue
pausedboolean#
Whether the queue is paused
laginteger#
The number of unprocessed messages that exist in the queue