Flow Control
List Flow Control Keys
List all Flow Control keys
GET/v2/flowControl
cURL
curl --request GET \
--url https://qstash-{region}.upstash.io/v2/flowControl \
--header 'Authorization: Bearer <token>'200Response
[
{
"flowControlKey": "<string>",
"waitlistSize": 123
}
]Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.