v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB

Run a workflow with optional payload. Works for draft and active workflows. Does not count against maxRuns or enforce cooldown.

post/v1/workflows/{id}/run

Path parameters

idstring required

Workflow ID

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

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