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

Body

application/json
id
string
required

The external ID of the execution to backfill

Response

Job enqueued successfully

success
boolean
required
message
string
required