Workflows
Run Workflow
Trigger a manual workflow run.
POST
Run Workflow
Manually trigger a workflow run, optionally passing override data.
Authentication
Requires a Bearer token. See Authentication.Path Parameters
The workflow UUID.
Request Body
Optional override data passed to the workflow steps (e.g.,
{ "overridePrompt": "Focus on enterprise deals" }).Request Examples
Response
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.Run Workflow
