workflow-executions
Get Workflow Execution Compact
REST API
Endpoints
- public
- workspaces
- workflows
- triggers
- workflow-executions
- actions
- secrets
- schedules
- tags
- users
- organization
- editor
- registry-repositories
- registry-actions
- settings
- organization-secrets
- tables
- cases
- auth
workflow-executions
Get Workflow Execution Compact
Get a workflow execution.
GET
/
workflow-executions
/
{execution_id}
/
compact
{
"id": "<string>",
"run_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"execution_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"status": "RUNNING",
"workflow_type": "<string>",
"task_queue": "<string>",
"history_length": 123,
"parent_wf_exec_id": "<string>",
"events": [
{
"source_event_id": 123,
"schedule_time": "2023-11-07T05:31:56Z",
"start_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"curr_event_type": "WORKFLOW_EXECUTION_STARTED",
"status": "SCHEDULED",
"action_name": "<string>",
"action_ref": "<string>",
"action_input": "<any>",
"action_result": "<any>",
"action_error": {
"message": "<string>",
"cause": {}
},
"child_wf_exec_id": "<string>",
"child_wf_count": 0,
"loop_index": 123
}
],
"interaction_states": {}
}
Authorizations
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
{
"id": "<string>",
"run_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"execution_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"status": "RUNNING",
"workflow_type": "<string>",
"task_queue": "<string>",
"history_length": 123,
"parent_wf_exec_id": "<string>",
"events": [
{
"source_event_id": 123,
"schedule_time": "2023-11-07T05:31:56Z",
"start_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"curr_event_type": "WORKFLOW_EXECUTION_STARTED",
"status": "SCHEDULED",
"action_name": "<string>",
"action_ref": "<string>",
"action_input": "<any>",
"action_result": "<any>",
"action_error": {
"message": "<string>",
"cause": {}
},
"child_wf_exec_id": "<string>",
"child_wf_count": 0,
"loop_index": 123
}
],
"interaction_states": {}
}