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,
"parallelismMax": 123,
"parallelismCount": 123,
"rateMax": 123,
"rateCount": 123,
"ratePeriod": 123,
"ratePeriodStart": 123,
"isPinnedParallelism": true,
"isPinnedRate": true,
"isPaused": true
}
]Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.