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