POST
/
start_pipeline

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_id
string
required

The id for the user initiating the flow.

project_id
string

(Optional) The id of the project within which the flow is executed.

saved_item_id
string
required

The id for the saved flow.

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