GET
/
v1
/
team
/
datasets
/
{datasetId}
/
status
curl --request GET \
  --url https://ai.data.cloud/api/v1/team/datasets/{datasetId}/status \
  --header 'x-pd-api-key: <api-key>'
{
  "code": 0,
  "data": {
    "synchedCount": 5,
    "invalidCount": 0,
    "synchingCount": 0
  }
}

Authorizations

x-pd-api-key
string
header
required

Headers

x-pd-external-trace-id
string

The external trace ID. The length ranges from 0 to 128 characters.

Path Parameters

datasetId
string
required

The dataset ID.

Response

200 - application/json

The response is of type object.