Skip to main content
GET
/
v2
/
flowControl
List Flow Control Keys
curl --request GET \
  --url https://qstash.upstash.io/v2/flowControl \
  --header 'Authorization: Bearer <token>'
{
  "flowControlKey": "<string>",
  "waitlistSize": 123
}

Authorizations

Authorization
string
header
required

QStash authentication token

Response

200 - application/json

Flow control keys retrieved successfully

flowControlKey
string

The flow control key name

waitlistSize
integer

The number of messages waiting due to flow control configuration.