v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Dataset

Gets the upload progress of a dataset.

get/dataset/{datasetId}/progress

Path parameters

datasetIdstring required

The id of the dataset to get the progress of.

Response

OK

totalinteger required

The total number of datapoints in the dataset.

readyinteger required

The number of datapoints that have been uploaded successfully.

pendinginteger required

The number of datapoints that are still being processed.

failedinteger required

The number of datapoints that failed to upload.