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

# List all audiences

`GET /audiences`

Get the audiences associated with the authorization token.

## Query parameters

- `cursor` string, nullable

## Response `200`

- AudienceListResponse
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `items` Audience[], required
    - `id` string, required — A unique identifier representing the audience_id
    - `name` string, required — The name of the audience
    - `description` string, required — A description of the audience
    - `filter` Filter, required
      - `operator` union, required
        - 'ENDS_WITH' | 'EQ' | 'EXISTS' | 'GT' | 'GTE' | 'INCLUDES' | 'IS_AFTER' | 'IS_BEFORE' | 'LT' | 'LTE' | 'NEQ' | 'OMIT' | 'STARTS_WITH'
        - 'AND' | 'OR'
    - `created_at` string, required
    - `updated_at` string, required

## Other responses

- `400`

## Changes

- **2025-10-07** `7143ea51f307` — 1 info
  - removed `#/components/schemas/NestedFilterConfig` from the `items/items/filter` response property `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/audiences/get.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/71020f2e0980/schema)
