Retrieve the list of datasets within a specific schema
The List Datasets endpoint returns all datasets defined within a specific schema. Datasets are collections of data objects that share the same schema structure and represent actual data records in your master data repository.Documentation Index
Fetch the complete documentation index at: https://docs.pretectum.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
nextPageKey when more results are available./v1/oauth2/token endpoint. Pass the token directly without the “Bearer” prefix.application/json is supported.pageKey query parameter in your next request.nextPageKey is returned:
| Status Code | Description |
|---|---|
401 Unauthorized | Invalid or expired access token. Obtain a new token from /v1/oauth2/token and try again. |
403 Forbidden | Your application client does not have permission to access datasets. Contact your tenant administrator. |
404 Not Found | The specified business area or schema does not exist, or you do not have access to it. |
500 Internal Server Error | An unexpected error occurred on the server. Try again later or contact support. |
nextPageKey from the response to fetch subsequent pages:
erroredRecordsCount to identify datasets with data quality issues:
deleted: true in user-facing interfaces.dataSet parameter, use the dataSetName field value.nextPageKey in responses and fetch all pages if needed.erroredRecordsCount to identify data quality issues early.