v1

latestOpenAPI 3.0.02026-07-17301761.7 KB

Get workflow execution status for a specific run

get/workflow/{id}/runs/{rid}/status

Path parameters

idstring required

The id of workflow

ridstring uuid required

The specific run id to target

Response

The workflow status

workflowIdstring

The id of workflow

runIdstring

The specific run id for this execution

status'canceled' | 'completed' | 'continued_as_new' | 'failed' | 'running' | 'terminated' | 'timed_out' | 'unspecified'

The workflow execution status

startedAtnumber

An epoch timestamp representing when the workflow started

completedAtnumber

An epoch timestamp representing when the workflow ended