GET
/
v2
/
flowControl
curl -X GET https://qstash.upstash.io/v2/flowControl/  -H "Authorization: Bearer <token>"
{
  "flowControls": [
    {
      "flowControlKey": "<string>",
      "waitListSize": 123
    }
  ]
}

Response

flowControls
Array
curl -X GET https://qstash.upstash.io/v2/flowControl/  -H "Authorization: Bearer <token>"