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

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

flowControlKey
string
required

The Flow Control key to retrieve

Response

Flow control key details

flowControlKey
string

The flow control key name

waitlistSize
integer

The number of messages waiting due to flow control configuration.