Executions
Get all executions
GET
/
api
/
v2
/
public
/
execution
This API retrieves a list of all executions.
Request description
Headers
linked_account_id
string
requiredUnique customer identification id. For Eg: markwood@some_email.com
Response description
docs
array
_id
string
Execution Id
createdAt
string
Creation time
name
string
Execution name
associated_application
object
Associated application object
icon
string
Application icon
name
string
Application Name
_id_
string
Application Id
status
string
Execution status
associated_workflow
object
Associated workflow object
icon
string
Workflow icon
name
string
Workflow Name
_id_
string
Workflow Id
environment
string
Expected values: test
or production
config_id
string
associated_event_id
string
Associated event id
totalDocs
integer
Total number of existing linked accounts
limit
integer
Records per page
page
integer
Current Page
pagingCounter
integer
Total number of existing linked accounts
hasPrevPage
boolean
If the current Page has any previous page
hasNextPage
boolean
If the current Page has any next page
prevPage
integer
Previous page number
nextPage
integer
Next page number