Skip to main content
GET
Get workflow execution status for a specific run

Path Parameters

id
string
required

The id of workflow

rid
string<uuid>
required

The specific run id to target

Response

The workflow status

workflowId
string

The id of workflow

runId
string

The specific run id for this execution

status
enum<string>

The workflow execution status

Available options:
canceled,
completed,
continued_as_new,
failed,
running,
terminated,
timed_out,
unspecified
startedAt
number

An epoch timestamp representing when the workflow started

completedAt
number

An epoch timestamp representing when the workflow ended