Api Workflow Runs Create
Execute a workflow manually. Returns the completed result or a paused run id for workflows with async (human) steps.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Request
This endpoint expects an object.
workflow_id
Workflow ID (or versioned ID ‘workflow_id:version’) to execute.
payload
event_type
Response
status
'completed' or 'paused'.
results
Final output(s) on sync completion.
workflow_run_id
Run id to resume later (paused runs only).
paused_at_step
Label of the step that paused the run.