cURL
curl --request GET \ --url https://qstash.upstash.io/v2/flowControl/{flowControlKey} \ --header 'Authorization: Bearer <token>'
{ "flowControlKey": "<string>", "waitlistSize": 123 }
Get details of a specific Flow Control key
QStash authentication token
The Flow Control key to retrieve
Flow control key details
The flow control key name
The number of messages waiting due to flow control configuration.
Was this page helpful?