Execute 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

object required
OR

Example request

{
  "runId": "run_abc123"
}

Response

Run created and enqueued for execution

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "data": {
    "runId": "run_c9i6j8k2l0m3"
  },
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.