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

fastapiusersauth
string
cookie
required

Path Parameters

execution_id
string
required

Query Parameters

workspace_id
string
required

Response

200
application/json
Successful Response

The response is of type object.