Skip to main content
GET
/
api
/
v1
/
worker-queues
/
{queue_id}
/
executions
List Queue Executions
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/executions \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Path Parameters

queue_id
string
required

Query Parameters

limit
integer
default:10
status
string
default:all

Response

Successful Response