List 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 Params
int32
≥ 1
Defaults to 1

Page number for the results.

int32
1 to 100
Defaults to 25

Number of records to return per page. Default is 25.

string
Defaults to -updatedAt

Field based on which to sort the results. Use '-' prefix for descending order. Allowed values: name, createdAt, updatedAt, recordCount

string
enum

Filter audiences by record type. CONTACT for person-level records; COMPANY for account-level records.

Show Details
CONTACTPerson-level records (individuals/contacts).
COMPANYAccount-level records (organizations/companies).
Allowed:
string

Search audiences by name using a case-insensitive contains match.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json