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

# GET /configured-audience-model/{configuredAudienceModelArn}

`GET /configured-audience-model/{configuredAudienceModelArn}`

Returns information about a specified configured audience model.

## Path parameters

- `configuredAudienceModelArn` string, required

## Response `200`

Success

- GetConfiguredAudienceModelResponse
  - `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.
  - `configuredAudienceModelArn` string, required — The Amazon Resource Name (ARN) of the configured audience model.
  - `name` string, required — The name of the configured audience model.
  - `audienceModelArn` string, required — The Amazon Resource Name (ARN) of the audience model used for this 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.
  - `status` 'ACTIVE', required — The status of the configured audience model.
  - `sharedAudienceMetrics` SharedAudienceMetrics[], required — Whether audience metrics are shared.
  - `minMatchingSeedSize` integer — The minimum number of users from the seed audience that must match with users in the training data of the audience model.
  - `audienceSizeConfig` object — The list of output sizes of audiences that can be created using this configured audience model. A request to <a>StartAudienceGenerationJob</a> that uses this configured audience model must have an <code>audienceSize</code> selected from this list. You can use the <code>ABSOLUTE</code> <a>AudienceSize</a> to configure out audience sizes using the count of identifiers in the output. You can use the <code>Percentage</code> <a>AudienceSize</a> to configure sizes in the range 1-100 percent.
    - `audienceSizeType` 'ABSOLUTE' | 'PERCENTAGE', required — Whether the audience output sizes are defined as an absolute number or a percentage.
    - `audienceSizeBins` AudienceSizeValue[], required — An array of the different audience output sizes.
  - `tags` object — The tags that are associated to this configured audience model.
  - `childResourceTagOnCreatePolicy` 'FROM_PARENT_RESOURCE' | 'NONE' — Provides the <code>childResourceTagOnCreatePolicy</code> that was used for this configured 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)
