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

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Query Parameters

status
string | null
limit
integer
default:50
offset
integer
default:0

Response

Successful Response