Skip to content
  • Auto
  • Light
  • Dark
Get Started

Automation Executions

Automation Executions

Automation Executions

Get Automation Execution
get/api/v1/automation_executions/{id}
List Automation Executions
get/api/v1/automation_executions
Search Automation Executions
post/api/v1/automation_executions/search
Automation Execution
AutomationExecutionobject

The AutomationExecution message.

ShowShow
idstring
optional

The id field.

formatint64
automationTemplateIdstring
optional

The automationTemplateId field.

completedAtstring
optional
formatdate-time
contextcontextmapAutomationContext
optional

The AutomationContext message.

createdAtstring
optional
formatdate-time
currentVersionnumber
optional

The currentVersion field.

formatint32
deletedAtstring
optional
formatdate-time
durationstring
optional
formatduration
isDraftboolean
optional

The isDraft field.

stateenum
optional
"AUTOMATION_EXECUTION_STATE_UNSPECIFIED" OR "AUTOMATION_EXECUTION_STATE_PENDING" OR "AUTOMATION_EXECUTION_STATE_CREATING" OR 7 more

The state field.

Hide ParametersShow Parameters
"AUTOMATION_EXECUTION_STATE_UNSPECIFIED"
"AUTOMATION_EXECUTION_STATE_PENDING"
"AUTOMATION_EXECUTION_STATE_CREATING"
"AUTOMATION_EXECUTION_STATE_GET_STEP"
"AUTOMATION_EXECUTION_STATE_PROCESS_STEP"
"AUTOMATION_EXECUTION_STATE_COMPLETE_STEP"
"AUTOMATION_EXECUTION_STATE_DONE"
"AUTOMATION_EXECUTION_STATE_ERROR"
"AUTOMATION_EXECUTION_STATE_TERMINATE"
"AUTOMATION_EXECUTION_STATE_WAITING"
updatedAtstring
optional
formatdate-time

Automation ExecutionsActions

Terminate Automation
post/api/v1/automation_executions/{id}/actions/terminate