curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
{
"flowControls": [
{
"flowControlKey": "<string>",
"waitListSize": 123
}
]
}
List all Flow Control keys
curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
{
"flowControls": [
{
"flowControlKey": "<string>",
"waitListSize": 123
}
]
}
Show child attributes
parallelism
set in the flow control.curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
Was this page helpful?