---
title: "Get the list of audiences."
method: GET
path: "/api/external/v1/audiences/get-list"
tags: ["Audiences"]
---

# Get the list of audiences.

`GET /api/external/v1/audiences/get-list`

This endpoint is used to get the list of audiences.

Audience `0` is the built-in "Default Audience": every lead in the
workspace that has not been added to an audience of its own.

## Query parameters

- `workspace_id` integer, required — The workspace to list audiences for.

## Response `200`

- object[]

## Other responses

- `401`
- `403`

## Changes

- **2026-08-17** `dd3f47f72f7a` — 3 breaking, 1 warning, 1 info
  - added the new required `query` request parameter `workspace_id`
  - removed the request body
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `audiences` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/changes/api/external/v1/audiences/get-list/get.md)

---

[API](https://skmtc.dev/genpage/apis/genpage-external-api-documentation.md) · [All operations](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genpage/genpage-external-api-documentation/revisions/29a37db12acb/schema)
