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

# GET /audience-model

`GET /audience-model`

Returns a list of audience models.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAudienceModelsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `audienceModels` AudienceModelSummary[], required — The audience models that match the request.
    - `createTime` string, date-time, required — The time at which the audience model was created.
    - `updateTime` string, date-time, required — The most recent time at which the audience model was updated.
    - `audienceModelArn` string, required — The Amazon Resource Name (ARN) of the audience model.
    - `name` string, required — The name of the audience model.
    - `trainingDatasetArn` string, required — The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
    - `status` 'CREATE_PENDING' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETE_PENDING' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED', required — The status of the audience model.
    - `description` string — The description of the 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)
