Workflows

Get Workflow Run

get/workflows/runs/{run_id}

Path parameters

run_idstring required

Headers

authorizationstring

Response

Successful Response

idstring
workflow_idstring required
document_idstring required
user_idstring nullable
app_idstring nullable
status'queued' | 'running' | 'completed' | 'failed'

Allowed status values for WorkflowRun objects.

started_atstring date-time nullable
completed_atstring date-time nullable
results_per_stepobject[]
final_outputobject nullable
errorstring nullable
system_metadataobject

Changes