Skip to main content
POST
/
api
/
v1
/
executions
/
{execution_id}
/
resume
Resume Execution
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/resume \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

execution_id
string
required

Response

Successful Response