Skip to main content

Get dataset

GET 

/v2/datasets/:datasetId

Clients Apify API Python Client ReferencePython Apify API JavaScript Client ReferenceJavaScriptReturns 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

Response Headers