GET
/
api
/
v1
/
flows
/
queue-status
Get Queue Status
curl --request GET \
  --url https://agent-studio.thena.ai/api/v1/flows/queue-status \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Query Parameters

priority
enum<string> | null

Filter by priority Execution priority levels.

Available options:
low,
normal,
high,
urgent

Response

200
application/json

Successful Response

The response is of type any.