get
https://api.zoominfo.com/gtm/studio/v1/audiences
Search and browse all GTM Studio audiences. The primary way to discover an audienceId before loading rows, managing columns, or triggering enrichment. Also use this to check what audiences already exist before creating a duplicate.
Filters:
filter[type]:CONTACTorCOMPANYfilter[searchText]: case-insensitive partial match on audience name
Sorting: sort accepts name, createdAt, updatedAt, or recordCount. Prefix with - for descending order. Default: -updatedAt.
Pagination: page[number] (default 1) and page[size] (default 25, max 100).
Returns 200 with a paginated list of audience resources and navigation links.
Returns 400 if filter or sort parameters are invalid.