Workflow Definitions
Endpoints for managing workflow definitions.Create Workflow
Request BodyWorkflow Runs
Endpoints for executing workflows and tracking their progress.Start Run
Request BodyStreaming Updates (SSE)
The/api/v1/workflow-runs/:id/stream endpoint provides a server-sent events (SSE) stream of run updates.
Events:
run_started: Emitted when the run beginsstep_started: Emitted when a step begins executionstep_completed: Emitted when a step finishesrun_completed: Emitted when the entire workflow finishesrun_failed: Emitted if an error occurs
Human Approvals
Endpoints for managinghuman_approval steps in workflows.
Approve Request
Request BodySet
X-Approver-ID header to identify the approver. Defaults to api-user if not provided.
