cURL
curl --request GET \ --url https://qstash.upstash.io/v2/flowControl \ --header 'Authorization: Bearer <token>'
[ { "flowControlKey": "<string>", "waitlistSize": 123 } ]
List 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
Flow control keys retrieved successfully
The flow control key name
The number of messages waiting due to flow control configuration.
Was this page helpful?