cURL
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>" } ] }
List plan executions with optional filtering. Automatically filters by the authenticated user’s organization.
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?