Get Information on Flow-Control
curl -X GET https://qstash.upstash.io/v2/flowControl/YOUR_FLOW_CONTROL_KEY -H "Authorization: Bearer <token>"
{ "flowControlKey": "<string>", "waitListSize": 123 }
The key of the flow control. See the flow control for more details.
The key of of the flow control.
The number of messages in the wait list that waits for parallelism set in the flow control.
parallelism
Was this page helpful?