Automation Executions
Automation executions represent individual runs of an automation definition. Each execution tracks the status, progress, and any errors that occurred during the run.
Executions are automatically created by the automation system when a trigger fires. This API provides read-only access to view execution status and history.
Key concepts:
- Execution status: Can be
SCHEDULED,IN_PROGRESS,COMPLETED,FAILED, orCANCELED - Read-only API: Executions cannot be created, updated, or deleted through the API
- Error tracking: Failed executions include detailed error information for each step
Automation executions collection
Returns all automation executions that exist in a given environment.
Automation execution
Use this endpoint to retrieve a specific automation execution by its ID.
Executions for an automation definition
Get executions for automation definition
Returns all executions for a specific automation definition.