Running an Automation
Start flow run
This endpoint is used to trigger a flow run via API
POST
/
start_pipeline
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
user_id
string
requiredThe id for the user initiating the flow.
saved_item_id
string
requiredThe id for the saved flow.
project_id
string
(Optional) The id of the project within which the flow is executed.
pipeline_inputs
object[]
A list of inputs for the flow, each containing key-value pairs representing the Input nodes and values that should go into them.
Response
200 - application/json
run_id
string
saved_item_id
string
workbook_id
string
url
string