简体中文
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" }
The Monitor Progress API is designed to track the current status of a data collection job, also known as a snapshot, indicating whether it is collecting data, processing it, or ready for download.
running
ready
failed
此页面对您有帮助吗?