v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Workflows

Trigger a workflow run

Starts a new run of the workflow with the provided input. Runs are asynchronous; poll the run to track completion.

post/v1/workflows/{id}/runs

Request body

inputobject

The input payload the workflow expects.

Response

The created run.

Example response

{
  "data": {
    "id": "665f1c2a9b1e4a0012a3b4c6",
    "workflowId": "665f1c2a9b1e4a0012a3b4c5",
    "status": "running"
  }
}