Trigger Runs
Trigger Async Run
Start an asynchronous workflow run
POST
Trigger Async Run
Starts a new workflow run asynchronously. The run is queued and executed in the background. Use the status and response endpoints to monitor progress and retrieve results.Path Parameters
The unique identifier of the workflow to run
Request Body
An array of JSON objects representing the input data for the workflow. Each object in the array will be processed as a row by the workflow’s input node.
Response
Whether the request was successful