POST
/
executions
/
resume
Resume execution
curl --request POST \
  --url https://api.kaizenautomation.com/executions/resume \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "manuallyCompletedBlock": {
    "blockId": "<string>",
    "spanId": "<string>"
  }
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Request to get a single execution

Response

200
application/json

Execution resumed successfully

The response is of type object.