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
Documentation IndexFetch the complete documentation index at: https://upstash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?