get
https://api.zoominfo.com/gtm/data-quality/v1/score/configs
Returns a paginated list of attribute-score model configurations.
Each item carries the full config definition — name, status,
modelType, the ordered elements (with their rules and criteria), and
the derived fieldsUsedInRules — plus createdAt and updatedAt under
meta.
Filter by filter[name] (case-insensitive contains match on name).
Order with sort — allowed fields: name, createdAt, updatedAt.
Prefix the field with - for descending order. Use page[number]
(1-based) and page[size] (default 25, max 200) to paginate.
Returns 200 with a paginated array of score config resources and JSON:API
pagination links. Returns 400 if filter, sort, or pagination parameters
are invalid.