Skip to content

Workflow Run

Workflow runs represent executions of automated workflows.

Get workflow run status
GET/v1/workflowRun/{runId}/status
ModelsExpand Collapse
WorkflowRunStatusResponse = object { status }
status: string

Current status of the workflow run (e.g. running, completed, failed).