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

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.