get
https://api.zoominfo.com/gtm/data-quality/v1/segment/configs
Returns a paginated list of segment configurations.
Each item carries the full config definition including segments and their
rules. 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 segment config resources and
JSON:API pagination links. Returns 400 if filter, sort, or pagination
parameters are invalid.