MINARA

Run a workflow

POST /v1/workflows/:id/run — Kick off a one-shot execution of the workflow.

POST /v1/workflows/:id/run

Kick off a one-shot execution of the workflow.

MethodPOST
Path/v1/workflows/:id/run
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryworkflows

Request body

{ "execution_mode": "production", "dry_run": false }

On this page