GET
/
workflow-executions
/
{execution_id}
/
compact

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

execution_id
string
required

Query Parameters

workspace_id
string
required

Response

200 - application/json
events
object[]
required

Compact events in the workflow execution

history_length
integer
required

Number of events in the history

id
string
required

The ID of the workflow execution

run_id
string
required

The run ID of the workflow execution

start_time
string
required

The start time of the workflow execution

status
enum<string>
required
Available options:
RUNNING,
COMPLETED,
FAILED,
CANCELED,
TERMINATED,
CONTINUED_AS_NEW,
TIMED_OUT
task_queue
string
required
workflow_type
string
required
close_time
string | null

When the workflow was closed if closed.

execution_time
string | null

When this workflow run started or should start.

parent_wf_exec_id
string | null