Queues
Get a Queue
Retrieves a queue
GET
/
v2
/
queues
/
{queueName}
Request
queueName
string
requiredThe name of the queue to retrieve.
Response
createdAt
int
requiredThe creation time of the queue. UnixMilli
updatedAt
int
requiredThe update time of the queue. UnixMilli
name
string
requiredThe name of the queue.
parallelism
int
requiredThe number of parallel consumers consuming from the queue.
lag
int
requiredThe number of unprocessed messages that exist in the queue.
Was this page helpful?