Workflow Runs API
POST/api/workflow-runs
Product availabilityAlgaPSA

Start a workflow run

Starts a workflow execution with an optional version override and input payload (payload capped ~2MB; rate-limited per tenant).

RBAC · workflow

Request body

Content type: application/json · schema WorkflowRunCreateBody

workflowIdstringRequired
workflowVersioninteger
payloadobject
eventTypestring
sourcePayloadSchemaRefstring

Response body

Success response 201 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

201
Run started.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.