Marketplace Dataset API
Snapshot Content
Get dataset snapshot content
GET
/
datasets
/
snapshots
/
{id}
/
download
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Snapshot ID
Query Parameters
Format of the response
Available options:
json
, jsonl
, csv
Compress the response in gzip format
Number of records to include in each response batch
Number of batch to return
Response
200 - application/json
The response is of type object
.
Was this page helpful?