---
title: "Get audience by ID"
method: GET
path: "/audience/{id}"
tags: ["Audience"]
---

# Get audience by ID

`GET /audience/{id}`

Retrieve a specific audience by its ID.
Note: if the audience belongs to a different organization, the API returns 404 (not 403) — ownership is deliberately obscured.

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved audience

- 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

## Other responses

- `400` — Bad request
- `401` — Unauthorized access
- `404` — Audience not found (also returned when audience belongs to a different organization)
- `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)
