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