Get List of Data Sources

Use this API to retrieve a list of data sources in JSON format. The response will include details for each data source along with the corresponding data source ID, system name, and associated settings.

Query Params
int32
β‰₯ 0
Defaults to 0

Results page to be retrieved (0..N).

int32
1 to 50
Defaults to 20

Number of records per page (1..50). Maximum page size allowed is 50

string
enum
Defaults to createdDate,desc

Sorting criteria in the format: property(,asc|desc). Default is ascending.

string

Name of the data source

string
enum

Type of the system (e.g., AmazonS3)

date-time

The date (yyyy-mm-dd) to filter the data sources created on or after the specified date. For example, including the parameter createdFrom=2021-08-17 will filter results to data sources on or after August 17th, 2021.

date-time

The date (yyyy-mm-dd) to filter the results to data sources created on or before the specified date. For example, including the parameter createdFrom=2021-08-17 will filter results to data sources on or after August 17th, 2021.

uuid

ID of the OneTrust asset.

string
enum

Status of the data source (e.g., ACTIVE, INACTIVE, DELETED)

Allowed:
uuid

ID of the worker node.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*