Skip to content

Workflow Run

Workflow runs represent executions of automated workflows.

Get workflow run status
client.workflowRun.status(stringrunID, RequestOptionsoptions?): WorkflowRunStatusResponse { status }
GET/v1/workflowRun/{runId}/status
ModelsExpand Collapse
WorkflowRunStatusResponse { status }
status: string

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