Upload CSV
Add Datapoints from a CSV file to a Dataset.
This will create a new version of the Dataset with the Datapoints from the CSV file.
If either version_id
or environment
is provided, the new version will be based on the specified version,
with the Datapoints from the CSV file added to the existing Datapoints in the version.
If neither version_id
nor environment
is provided, the new version will be based on the version
of the Dataset that is deployed to the default Environment.
You can optionally provide a name and description for the new version using version_name
and version_description
parameters.
Path parameters
Headers
Query parameters
Request
Response
Unique identifier for the Dataset. Starts with ds_
.
Unique identifier for the specific Dataset Version. If no query params provided, the default deployed Dataset Version is returned. Starts with dsv_
.