---
title: "GET /configured-audience-model"
method: GET
path: "/configured-audience-model"
---

# GET /configured-audience-model

`GET /configured-audience-model`

Returns a list of the configured audience models.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListConfiguredAudienceModelsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `configuredAudienceModels` ConfiguredAudienceModelSummary[], required — The configured audience models.
    - `createTime` string, date-time, required — The time at which the configured audience model was created.
    - `updateTime` string, date-time, required — The most recent time at which the configured audience model was updated.
    - `name` string, required — The name of the configured audience model.
    - `audienceModelArn` string, required — The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
    - `outputConfig` object, required — The output configuration of the configured audience model.
      - `destination` AudienceDestination, required — Defines the Amazon S3 bucket where the configured audience is stored.
        - `s3Destination` object, required — The Amazon S3 bucket and path for the configured audience.
          - `s3Uri` string, required — The Amazon S3 location URI.
      - `roleArn` string, required — The ARN of the IAM role that can write the Amazon S3 bucket.
    - `description` string — The description of the configured audience model.
    - `configuredAudienceModelArn` string, required — The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
    - `status` 'ACTIVE', required — The status of the configured audience model.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cleanroomsml.md) · [All operations](https://skmtc.net/aws/apis/cleanroomsml/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanroomsml/versions/d3bb6d6eaa9a/schema)
