English
cURL
curl --request GET \ --url https://api.brightdata.com/datasets/snapshots/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created": "2023-11-07T05:31:56Z", "status": "scheduled", "dataset_id": "<string>", "customer_id": "<string>", "dataset_size": 123, "file_size": 123, "cost": 123, "error": "<string>", "error_code": "<string>", "warning": "<string>", "warning_code": "<string>", "initiation_type": "<string>" }
Get dataset snapshot metadata
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshot ID
"snap_m2bxug4e2o352v1jv1"
OK
The response is of type object.
object
Was this page helpful?