v1
latestOpenAPI 3.1.02026-07-13182388559.6 KBExecute an inline workflow definition (ephemeral run). The definition must use "manual" trigger type. No workflow is saved — the definition is executed once and the run is recorded with workflowId="". Requires WorkflowCreate permission.
post/v1/runs
Request body
Example request
{
"runId": "run_abc123"
}Response
Run created and enqueued for execution
Example response
{
"code": 200,
"data": {
"runId": "run_c9i6j8k2l0m3"
},
"message": "success",
"requestId": "abc-123"
}