---
title: "GET /audience-model/{audienceModelArn}"
method: GET
path: "/audience-model/{audienceModelArn}"
---

# GET /audience-model/{audienceModelArn}

`GET /audience-model/{audienceModelArn}`

Returns information about an audience model

## Path parameters

- `audienceModelArn` string, required

## Response `200`

Success

- GetAudienceModelResponse
  - `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.
  - `trainingDataStartTime` string, date-time — The start date specified for the training window.
  - `trainingDataEndTime` string, date-time — The end date specified for the training window.
  - `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 this 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.
  - `statusDetails` object — Details about the status of the audience model.
    - `statusCode` string — The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
    - `message` string — The error message that was returned. The message is intended for human consumption and can change at any time. Use the <code>statusCode</code> for programmatic error handling.
  - `kmsKeyArn` string — The KMS key ARN used for the audience model.
  - `tags` object — The tags that are assigned to the audience model.
  - `description` string — The description of the audience model.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException

---

[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)
