Get Workflow's execution output
GET/workspace/:ws_id/executions/:id/outputs
Gets the output of a specific workflow execution by ID.
Request
Path Parameters
id stringrequired
Execution ID
ws_id stringrequired
Workspace ID
Responses
- 200
- 404
ok
- application/json
- Schema
- Example (from schema)
Schema
app_id string
async_parent_execution_id string
cancel_reason string
created_at integer
created_by string
ctrl_id string
draft_execution_number integer
execution_depth integer
execution_number integer
UNIQUE INDEX idx_playbook_executions_pbid_en
finished_at integer
id string
last_playbook_name string
LastPlaybookName Holds last playbook name after playbook deletion to be used in display names for past executions
name string
parent_execution_id string
playbook string
playbook_id string
UNIQUE INDEX idx_playbook_executions_pbid_en
runner_cluster_version string
runner_group_id string
runner_id string
use text column type to allow empty strings
runner_version string
started_at integer
state string
state_ui string
step_results object
property name* integer
tenant_id string
timeout integer
timeout in milliseconds
timeout_at integer
top_execution_id string
trigger_type string
type string
updated_at integer
updated_by string
version string
with_concurrency_limit boolean
workspace_id string
{
"app_id": "string",
"async_parent_execution_id": "string",
"cancel_reason": "string",
"created_at": 0,
"created_by": "string",
"ctrl_id": "string",
"draft_execution_number": 0,
"execution_depth": 0,
"execution_number": 0,
"finished_at": 0,
"id": "string",
"last_playbook_name": "string",
"name": "string",
"parent_execution_id": "string",
"playbook": "string",
"playbook_id": "string",
"runner_cluster_version": "string",
"runner_group_id": "string",
"runner_id": "string",
"runner_version": "string",
"started_at": 0,
"state": "string",
"state_ui": "string",
"step_results": {},
"tenant_id": "string",
"timeout": 0,
"timeout_at": 0,
"top_execution_id": "string",
"trigger_type": "string",
"type": "string",
"updated_at": 0,
"updated_by": "string",
"version": "string",
"with_concurrency_limit": true,
"workspace_id": "string"
}
Can not find Automation execution
- application/json
- Schema
- Example (from schema)
Schema
data
details string
identifier string
message string
status integer
user_error
{
"data": {},
"details": "string",
"identifier": "string",
"message": "string",
"status": 404,
"user_error": {}
}
Loading...