Run a workflow
Start a workflow. Async — returns 202 immediately; poll GET /workflow_runs/{uid} until status is completed or failed. Steps run in order, each feeding the next. A run charges nothing itself: each step is billed as the resource it creates, so a run costs exactly what running its steps individually would. To process many rows, POST once per row — each is its own run.
post/workflow_runs
Request body
Response
Run queued
Changes
No recorded changes to this endpoint across all 1 revision of this API.