Run Flow Now

POST {{base-path}}/sites/{{site-id}}/flows/:flow-id/run

https://help.tableau.com/current/api/restapi/en-us/REST/restapirefflow.htm#runflownow

Request Params

KeyDatatypeRequiredDescription
flowOutputStepIdsnullThe ID of the output steps you want to run. This parameter is optional. If you don't specify the output steps, all the output steps in the flow will be included. You can specify one or more output steps. Use the Flow Methods method to get the list of flow-outputstep-ids.

| | flowRunMode | null | | The mode to use for running this flow, either full or incremental. This parameter is optional. If you don't specify an option the run mode will be full. The flow must be configured with incremental options on the input nodes to refresh incrementally.

|