Skip to main content
GET
Get data snapshot (dump) status

授权

Authorization
string
header
必填

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

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

路径参数

dump_id
string
必填

Unique identifier for the data snapshot (dump)

示例:

"ucd_abc123-1234567890"

响应

Dump status response

dump_id
string
必填

Unique identifier for the dump

id
string
必填

Same as dump_id (included for compatibility)

status
enum<string>
必填

Current status of the dump

可用选项:
in_progress
created
string<date-time>
必填

Timestamp when the dump was created

search_id
string
必填

ID of the search this dump is based on

readiness
string
必填

Percentage of completion (e.g., "22.31%")

batches_total
integer
必填

Total number of batches to process

batches_uploaded
integer
必填

Number of batches uploaded so far

files_total
integer
必填

Total number of files in the dump

files_uploaded
integer
必填

Number of files uploaded so far

filters
object

Filters used to create the dump (present in list endpoint)