Workflow
- Getting Started
- Quickstarts
- Basics
- Agents
- How To
- REST API
- Runs
- Flow Control
- DLQ
- Integrations
- Examples
- Pricing
- Troubleshooting
- Changelog
- Roadmap
- llms.txt
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
The key of the flow control. See the flow control for more details.
The number of messages in the wait list that waits for parallelism
set in the flow control.
curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
Was this page helpful?
curl -X GET https://qstash.upstash.io/v2/flowControl/ -H "Authorization: Bearer <token>"
{
"flowControls": [
{
"flowControlKey": "<string>",
"waitListSize": 123
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.