Data sources
List data sources
Lists data sources contained in the specified dataset.
GET
/
v1
/
datasets
/
{datasetId}
/
datasources
Authorizations
Headers
The external trace ID. The length ranges from 0 to 128 characters.
Path Parameters
The dataset ID.
Query Parameters
The number of pages to display. If not specified, the default value 1
will be used.
The number of items on a single page. If not specified, the default value 10
will be used.
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