Skip to main content
POST
Run a stored workflow by id

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_name
string
required
workflow_id
string
required

Body

application/json
inputs
Inputs · object | null

Runtime inputs merged over stored defaults as $workflow.inputs

include_data
boolean
default:false

If true, include full per-step traces (like n8n includeData). Default false returns compact status + result from apigene.output.

dry_run
boolean
default:false

If true, exercise the workflow without live side effects: OpenAPI actions build the outbound request but do not send it; MCP actions are stubbed; LLM nodes return a stub; approve gates auto-take main[0]. Response includes dry_run=true. Use include_data=true to inspect per-step traces.

Response

Successful Response