curl "https://api.brightdata.com/dca/dataset?id=ID_DATASET" -H "Content-Type: application/json" -H "Authorization: <Bearer API_TOKEN>"
{
"status": "building",
"message": "Dataset is not ready yet, try again in XXs"
}
API 端点: GET
/dca/dataset?id={id_dataset}
身份验证 Bearer Key -H "Authorization: Bearer API_TOKEN"
{
"status": "building",
"message": "Dataset is not ready yet, try again in XXs"
}