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

string
required
The workflow UUID.

Request Body

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

Request Examples

Response

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.