Type Alias TrustScoresAPI

type TrustScoresAPI = {
    clearCache: typeof trustScores.clearCache;
    filterDatasetsTrustScore: typeof filterDatasetsTrustScore;
}
Index
clearCache: typeof trustScores.clearCache

Clears the cache for trust-scores api requests.

filterDatasetsTrustScore: typeof filterDatasetsTrustScore

Returns the current Trust Score for up to 100 datasets in a single request. Each result includes the overall score, per-axis breakdown (weight, score, enabled state), and per-metric details. Datasets with no computed Trust Score are omitted from the response. Requires dataset:read and dataquality:read permissions.

an object with the body content

FilterDatasetsTrustScoreHttpError