---
title: "List Audiences"
method: GET
path: "/studio/v1/audiences"
tags: ["Audiences"]
---

# List Audiences

`GET /studio/v1/audiences`

Retrieves a paginated list of all audiences, with optional filtering and sorting.
Use this endpoint to browse audiences or to find an `audienceId` before operating on rows, columns, or enrichment.
Filter by `type` (`CONTACT` or `COMPANY`) and `searchText` (case-insensitive contains match on audience name).
Use `sort` to order results by `name`, `createdAt`, `updatedAt`, or `recordCount`; prefix with `-` for descending order (default: `-updatedAt`).
Use `page[number]` and `page[size]` (default `25`, max `100`) to paginate.
Returns `200` with a paginated array of audience resources and navigation links.
Returns `400` if filter or sort parameters are invalid.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `sort` string
- `filter[type]` 'B2B' | 'B2C'
- `filter[searchText]` string

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
