跳转到主要内容
GET
/
datasets
/
v3
/
progress
/
{snapshot_id}
cURL
curl --request GET \
  --url https://api.brightdata.com/datasets/v3/progress/{snapshot_id} \
  --header 'Authorization: Bearer <token>'
{
  "snapshot_id": "<string>",
  "dataset_id": "<string>",
  "status": "running"
}

Authorizations

Authorization
string
header
required

Path Parameters

snapshot_id
string
required
Example:

Response

200 - application/json
snapshot_id
string
dataset_id
string
status
enum<string>
可用选项:
running,
ready,
failed