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

Query Parameters

Optional search string to filter flow control keys by name. Only keys containing this string will be returned.

Response

Flow control keys retrieved successfully

flowControlKey
string

The flow control key name

waitlistSize
integer

The number of messages waiting due to flow control configuration.