v1

latestOpenAPI 3.0.32026-07-1216135117.1 KB
executions

cancelExecution

Cancel automation execution

delete/v1/automation/executions/{execution_id}

Path parameters

execution_idstring required
Example:9baf184f-bc81-4128-bca3-d974c90a12c4

Response

The cancelled execution

idstring required
execution_status'pending' | 'starting' | 'in_progress' | 'paused' | 'success' | 'failed' | 'cancelled' | 'skipped' | 'scheduled' | 'hot'
entity_idstring required
activity_idstring
org_idstring required
flow_idstring required

ID of the Automation Flow

flow_namestring
created_atstring date-time
updated_atstring date-time
current_action_idstring
resume_tokenstring

A unique token to resume a paused automation execution

trigger_contextTriggerContext

Additional contextual data for a bulk trigger automation. This would normally include additional entity IDs you'd need after a listener picks up an event.

versionnumber

Version of the flow

loop_stateobject

Runtime iteration state, keyed by loop_id. Tracks the current_index and total for each active loop scope. Entries are removed once a loop exits.

chainstring[]

Ordered automation flow ids in this execution's trigger chain (multi-automation loop prevention).