Upstash Documentation

Get a Queue

Get details of a specific queue
1 min read
get/v2/queues/{queueName}
Request example
Response
get/v2/queues/{queueName}

Authorization

Authorizationstringheaderrequired#
QStash authentication token

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

Path parameters

queueNamestringrequired#
The name of the queue to retrieve.

Responses

application/json
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