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
Key | Datatype | Required | Description |
---|---|---|---|
data_files[] | string | array of integers - associated with data files uploaded. Defaults to the most recently updated if not specified. | |