获取所有数据快照的状态
使用 Bright Data Archive API 获取所有数据快照的状态。GET /webarchive/dumps 返回 200 OK,包含每个转储任务的 JSON 状态。
授权
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
响应
List of data snapshot statuses
- In Progress
- Finished
- Failed
Unique identifier for the dump
Same as dump_id (included for compatibility)
Current status of the dump
in_progress Timestamp when the dump was created
ID of the search this dump is based on
Percentage of completion (e.g., "22.31%")
Total number of batches to process
Number of batches uploaded so far
Total number of files in the dump
Number of files uploaded so far
Filters used to create the dump (present in list endpoint)