Skip to main content
GET
Get a workflow run by id (full detail, no checkpoint)

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

run_id
string
required

Response

Successful Response

Full run payload for detail/share views. Checkpoint is never included.

id
string
agent_name
string
agent_display_name
string
execution_agent_name
string
workflow_id
string
workflow_name
string
name
string
status
string
created_by
string
created_at
string
updated_at
string
duration_ms
integer
failed_step_id
string | null
client_source
string | null
recording_mode
string
has_generative_ui
boolean
inputs_size_bytes
integer
result_size_bytes
integer
steps_size_bytes
integer
payload_redacted
boolean
inputs
any
result
any
steps
object
generative_ui
any