Get dataset
GET/v2/datasets/:datasetId
Clients
Python
JavaScriptReturns dataset object for given dataset ID.
This does not return dataset items, only information about the storage itself. To retrieve dataset items, use the List dataset items endpoint.
note
Keep in mind that attributes itemCount
and cleanItemCount
are not propagated right away after data are pushed into a dataset.
There is a short period (up to 5 seconds) during which these counters may not match with exact counts in dataset items.
Request
Responses
- 200