v1

latestOpenAPI 3.1.0MIT2026-07-1791318.6 KB
Workflows

Start a workflow

Starts execution of a workflow with the given inputs. Returns a run ID that can be used to track progress.

post/workflow-runs

Request body

workflow_idstring required

ID/name of the workflow to start

inputobject

Input parameters for the workflow

versioninteger

Optional specific workflow version

Response

Workflow started

run_idstring
workflow_idstring
status'pending' | 'running' | 'waiting_approval' | 'completed' | 'failed'
messagestring