workflows

get/api/v1/workflows/runs/{runId}

Path parameters

runIdstring required

Response

Metadata for a single workflow run

idstring required
workflowIdstring required
status'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TERMINATED' | 'CONTINUED_AS_NEW' | 'TIMED_OUT' | 'UNKNOWN' required
startTimestring date-time required
endTimestring date-time nullable
temporalRunIdstring nullable
workflowVersionIdstring nullable
workflowVersionnumber nullable
workflowNamestring required
eventCountnumber required
nodeCountnumber required
durationnumber required

Changes