curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
{
"flowControls": [
{
"flowControlKey": "<string>",
"waitListSize": 123
}
]
}Flow Control
List Flow-Control Keys
List All Flow Control Keys
GET
/
v2
/
flowControl
/
curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
{
"flowControls": [
{
"flowControlKey": "<string>",
"waitListSize": 123
}
]
}Response
Array
Show child attributes
Show child attributes
string
The key of the flow control. See the flow control for more details.
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/ -H "Authorization: Bearer <token>"
Was this page helpful?
⌘I