Get Execution
GET /api/v1/automations/executions/{execution_id}
GET
/api/v1/automations/executions/{execution_id}
Get an execution by ID.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Path Parameters
Seção intitulada “Path Parameters ” execution_id
required
Execution Id
integer
Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
WorkflowExecutionResponse
Schema for workflow execution response
object
id
required
Id
integer
workflow_id
required
Workflow Id
integer
status
required
Status
string
trigger_type
required
Trigger Type
string
logs
Any of:
Array<object>
object
null
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string