Skip to content

Workflow Run

Workflow runs represent executions of automated workflows.

Get workflow run status
workflow_run.status(strrun_id) -> WorkflowRunStatusResponse
GET/v1/workflowRun/{runId}/status
ModelsExpand Collapse
class WorkflowRunStatusResponse:
status: str

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