GET
/
v1
/
datasets
/
{datasetId}
/
datasources

Authorizations

x-pd-api-key
string
headerrequired

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.

Query Parameters

pageNumber
integer

The number of pages to display. If not specified, the default value 1 will be used.

pageSize
integer

The number of items on a single page. If not specified, the default value 10 will be used.

status
enum<string>

The status of data sources to list. Possible values are:

  • pending: Awaiting processing.
  • running: Currently processing.
  • synched: Successfully synchronized.
  • error: Processing failed.

If not specified, data sources in any status will be returned. Multiple statuses can be specified in a comma-separated list, and data sources matching any will be displayed.

Available options:
pending,
running,
synched,
error

Response

200 - application/json
code
integer
required

Status code. 0 indicates that the operation is successful. Otherwise, the operation fails. Possible error codes include:

  • 100: Bad request.
  • 201: Request frequency limit.
  • 9999: Internal error.
  • 100001: Invalid operation.
data
object
required