Marketplace Dataset API
Snapshot Metadata
Get dataset snapshot metadata
GET
/
datasets
/
snapshots
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredSnapshot ID
Response
200 - application/json
id
string
created
string
status
enum<string>
Available options:
scheduled
, building
, ready
, failed
dataset_id
string
customer_id
string
dataset_size
integer
Number of records in the snapshot
file_size
integer
Size of the snapshot file in bytes
cost
number
Was this page helpful?