Skip to main content
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>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

Successful Response