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

# List built audiences

`GET /v1/audiences/built`

Returns the rendered (built) audience snapshots that the runtime evaluates against - the resolved name, enabled flag, tags, and component references for every audience the client owns. Filter by `name` (supports a trailing `*` wildcard), by `enabled` (`ENABLED`, `DISABLED`, or `ANY`), and by archived status. Use `limit` and `offset` to page (defaults: `limit=1000`, `offset=0`). Use `GET /v1/audiences` for the editable definitions.

## Query parameters

- `name` string
- `include_archived` boolean
- `enabled` 'ANY' | 'DISABLED' | 'ENABLED' — Filter applied by `GET /v1/audiences/built?enabled=...`. `ENABLED` returns only audiences whose enabled flag resolves to `true`, `DISABLED` only those that resolve to `false`, and `ANY` returns both.
- `limit` integer
- `offset` integer

## Response `200`

Successful response

- BuiltAudienceResponse[]
  - `component_ids` string[], required
  - `component_references` ComponentReferenceResponse[], required
    - `component_id` string
    - `socket_names` string[]
  - `enabled` boolean, required — Resolved enabled flag for the audience. `true` means the runtime evaluates the audience; `false` means it is currently inert.
  - `id` string, required — Stable Extole identifier for the audience.
  - `name` string, required — Resolved display name for the audience.
  - `tags` string[], required — Free-form tags applied to the audience.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
