GET
/
datasets
/
v3
/
log
{snapshot_id}
curl --request GET \
  --url https://api.brightdata.com/datasets/v3/log{snapshot_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "s_mcd3rc6l2md984eoij",
  "created": "2025-06-26T08:09:32.781Z",
  "Status": "ready",
  "dataset_name": "Apple App Store",
  "scraper_name": "Apple App Store - collect by URL",
  "Dataset_size": 2,
  "Inputs_count": 2,
  "Dataset_id": "gd_lsk9ki3u2iishmwrui",
  "Discovery_collector_id": null,
  "file_size": 65381,
  "trigger": {
    "type": "CP",
    "user": "amite@brightdata.com",
    "ip": "130.41.220.17",
    "trigger_url": "/trigger?customer=hl_dacd97fb&type=url_collection&dataset_id=gd_lsk9ki3u2iishmwrui&include_errors=true&discover_only=false",
    "ts": "2025-06-26T08:09:32.074Z"
  },
  "Duration": 6,
  "Duration_per_input": 3,
  "Success_rate": 1
}

Authorizations

Authorization
string
header
required

Use your Bright Data API Key as a Bearer token in the Authorization header.

Get API Key from: https://brightdata.com/cp/setting/users.

Example: Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df

Path Parameters

snapshot_id
string
required
Example:

"s_mcd3rc6l2md984eoij"

Response

200
application/json

OK

The response is of type object.