Runs
Run Workflow by ID
Enqueues or starts a run of the given workflow ID under the specified team and run ID. The origin
field determines the calling context (e.g. ‘2’ for Unity).
POST
Headers
Your API key. This is required by most endpoints for programmatic access. You can view your x-api-key in the 'Profile' tab.
Bearer token for authentication (JWT).
Path Parameters
The team UUID to which this run will be associated.
A unique run UUID for identifying this workflow execution. Generated automatically if not supplied by user.
Body
application/json
The workflow ID and optional origin and inputs for the run.
The body is of type object
.
Response
200
application/json
Workflow queued successfully. The response body typically includes run status info.
The response is of type object
.