curl "https://api.brightdata.com/dca/dataset?id=ID_DATASET" -H "Content-Type: application/json" -H "Authorization: <Bearer API_KEY>"
{
 "status": "building",
 "message": "Dataset is not ready yet, try again in XXs"
}
API endpoint: GET /dca/dataset?id={id_dataset}
id
string
required
A unique identification of data set
Authorization
string
required
Authorization Bearer Key -H "Authorization: Bearer API_KEY"
{
 "status": "building",
 "message": "Dataset is not ready yet, try again in XXs"
}
Shell