v1

latestOpenAPI 3.0.02026-07-17301761.7 KB

Get workflow execution status (latest run)

Returns the status of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/status.

get/workflow/{id}/status

Path parameters

idstring required

The id of workflow to retrieve the status

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