cURL
curl --request PATCH \ --url https://control-plane.kubiya.ai/api/v1/tasks/plan/{execution_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update plan execution state (called by Temporal activities).
Internal endpoint used by workflows to update plan state.
Enter your Kubiya API token (format: Bearer )
The body is of type Updates · object.
Updates · object
Successful Response
Was this page helpful?