List All Executions
GET /api/v1/automations/executions
GET
/api/v1/automations/executions
List all workflow executions.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Query Parameters
Seção intitulada “Query Parameters ”Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
WorkflowExecutionListResponse
Schema for paginated execution list
object
items
required
Items
Array<object>
WorkflowExecutionResponseSchema 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
total
required
Total
integer
page
required
Page
integer
per_page
required
Per Page
integer
pages
required
Pages
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string