GET /datasets/v3/progress/<snapshot_id>
Path Parameters:
Snapshot ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -k "https://api.brightdata.com/datasets/snapshots/snap_lsvrbqhv27x6f8bh9g" -H "Authorization: Bearer API_KEY"
{
"id": "snap_lsvrbqhv27x6f8bh9g",
"created": "2024-02-21T12:15:00.067Z",
"status": "collecting",
"view_id": "v_lsu5sdxkopli6q8nn",
"dataset_id": "gd_l1vikfnt1wgvvqz95w",
"customer_id": "hl_cf5c4907"
}
Use the Bright Data Marketplace API to status of a collection by snapshot_id. Spans 250+ domains in the Bright Data marketplace.
GET /datasets/v3/progress/<snapshot_id>
curl -k "https://api.brightdata.com/datasets/snapshots/snap_lsvrbqhv27x6f8bh9g" -H "Authorization: Bearer API_KEY"
{
"id": "snap_lsvrbqhv27x6f8bh9g",
"created": "2024-02-21T12:15:00.067Z",
"status": "collecting",
"view_id": "v_lsu5sdxkopli6q8nn",
"dataset_id": "gd_l1vikfnt1wgvvqz95w",
"customer_id": "hl_cf5c4907"
}
Was this page helpful?