---
title: "Get all audiences"
method: GET
path: "/audience"
tags: ["Audience"]
---

# Get all audiences

`GET /audience`

Retrieve all audiences created by the authenticated user. Users can only access audiences they have created.

## Response `200`

Successfully retrieved audiences

- object
  - `status` boolean
  - `data` object[]
    - `_id` string — The unique identifier for the audience
    - `name` string — The name of the audience
    - `description` string — The description of the audience
    - `phoneNumberColumnName` string — The name of the column in the CSV that contains phone numbers
    - `organization` string — The organization ID
    - `createdBy` string — The user ID who created the audience
    - `createdAt` string, date-time — The date and time when the audience was created
    - `updatedAt` string, date-time — The date and time when the audience was last updated
    - `memberCount` number — Current number of members in the audience
    - `hasCampaigns` boolean — Whether any campaigns are currently using this audience
    - `campaigns` object[] — Active campaigns using this audience
      - `_id` string
      - `name` string
      - `status` string
      - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/c2d0eb64b01a/schema)
