Skip to main content
POST
Run Workflow
Manually trigger a workflow run, optionally passing override data.

Authentication

Requires a Bearer token. See Authentication.

Path Parameters

id
string
required
The workflow UUID.

Request Body

triggerData
object
Optional override data passed to the workflow steps (e.g., { "overridePrompt": "Focus on enterprise deals" }).

Request Examples

Response

run
object
The workflow run object with id, status, startedAt, and step results.

Endpoint

POST /api/v1/workflows/{id}/run Requires authentication via Bearer token. See Authentication.