---
title: "Get built audience"
method: GET
path: "/v1/audiences/{audience_id}/built"
tags: ["Audiences"]
---

# Get built audience

`GET /v1/audiences/{audience_id}/built`

Returns the rendered (built) snapshot for the supplied `audience_id`. The snapshot has the same shape as `GET /v1/audiences/{audience_id}/built` items in the list response and is what the runtime evaluates against during targeting.

## Path parameters

- `audience_id` string, required

## Response `200`

Built audience snapshot.

- BuiltAudienceResponse — audience after buildtime evaluation. Fields `name` and `enabled` are already evaluated.
  - `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` — The supplied `audience_id` does not match an existing audience for this client. Inspect the response `code` field for the specific error.
- `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)
