GET
/
datasets
/
snapshots
curl --request GET \
  --url https://api.brightdata.com/datasets/snapshots \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "snap_m2bxug4e2o352v1jv1",
    "created": "2024-01-01T00:00:00Z",
    "status": "ready",
    "dataset_id": "gd_l1viktl72bvl7bjuj0",
    "view_id": "v_m6iezgld2c56zjwchm",
    "dataset_size": 1000
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_id
string

Dataset ID

view_id
string

View ID

status
enum<string>

Snapshot status

Available options:
canceled,
scheduled,
collecting,
digesting,
validating,
building,
delivering,
pending_discovery_input,
pending_pdp_input,
pending_developer_review,
pending_owner_review,
queued_for_developer_review,
ready,
failed,
rolling_back

Response

200 - application/json
OK
id
string
created
string
status
enum<string>
Available options:
canceled,
scheduled,
collecting,
digesting,
validating,
building,
delivering,
pending_discovery_input,
pending_pdp_input,
pending_developer_review,
pending_owner_review,
queued_for_developer_review,
ready,
failed,
rolling_back
dataset_id
string
view_id
string
dataset_size
integer

Number of records in the snapshot