Skip to main content
GET
Get Execution Details

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Path Parameters

execution_id
string
required

Response

Successful Response

Detailed workflow information

workflow_id
string
required

Temporal workflow ID

run_id
string
required

Temporal run ID

status
string
required

Workflow status

execution_id
string
required

Execution entity ID

execution_status
string
required

Execution status from DB

task_queue
string
required

Task queue name

workflow_type
string
required

Workflow type

temporal_web_url
string
required

Temporal Web UI URL

trace
WorkflowTrace · object
required

Workflow execution trace

start_time
string<date-time> | null

Workflow start time

close_time
string<date-time> | null

Workflow close time

execution_duration_ms
number
default:0

Execution duration in milliseconds

attempt
integer
default:1

Execution attempt number

history_length
integer
default:0

History event count

history_size_bytes
integer
default:0

History size in bytes

input
Input · object | null

Workflow input data

recent_events
WorkflowEvent · object[]

Recent workflow events