跳转到主要内容
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"
}

授权

Authorization
string
header
必填

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

路径参数

snapshot_id
string
必填

The ID that was returned when the collection was triggered

示例:

"s_m4x7enmven8djfqak"

响应

200 - application/json

OK

snapshot_id
string
dataset_id
string
status
enum<string>

Status of the snapshot

可用选项:
running,
ready,
failed