cURL
curl --request GET \ --url https://qstash.upstash.io/v2/globalParallelism \ --header 'Authorization: Bearer <token>'
{ "parallelismMax": 123, "parallelismCount": 123 }
Returns the current global parallelism usage across all flow control keys
QStash authentication token
Global parallelism info retrieved successfully
The configured maximum global parallelism
The current number of messages running globally in parallel
Was this page helpful?