Skip to main content
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

string
required
The unique identifier of the workflow to run

Request Body

array
required
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

boolean
Whether the request was successful
object