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 workflow's unique UUID.
Indicates the caller context (e.g., '2' for Unity SDK).
Any JSON data you want to pass into the workflow.