Skip to main content
POST
/
executions
/
markComplete
Mark execution as complete
curl --request POST \
  --url https://api.kaizenautomation.com/executions/markComplete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Request to get a single execution

id
string
required

ID of the execution to retrieve

Response

Execution marked as complete successfully

success
boolean
required

Whether the execution was marked as complete successfully

message
string
required

Status message