Run Connector

GET https://{{API_URL}}/connectors/:id/run

Schedules a run of a connector. If file based, it will use the data_files parameter if present, or else the most recently uploaded data file.

Request Params

KeyDatatypeRequiredDescription
data_files[]stringarray of integers - associated with data files uploaded. Defaults to the most recently updated if not specified.