---
title: "GET /collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations"
method: GET
path: "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations"
---

# GET /collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations

`GET /collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations`

Lists configured audience model associations within a collaboration.

## Path parameters

- `collaborationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCollaborationConfiguredAudienceModelAssociationsOutput
  - `collaborationConfiguredAudienceModelAssociationSummaries` CollaborationConfiguredAudienceModelAssociationSummary[], required — The metadata of the configured audience model association within a collaboration.
    - `arn` string, required — The Amazon Resource Name (ARN) of the configured audience model association.
    - `createTime` string, date-time, required — The time at which the configured audience model association was created.
    - `id` string, required — The identifier of the configured audience model association.
    - `name` string, required — The name of the configured audience model association.
    - `updateTime` string, date-time, required — The most recent time at which the configured audience model association was updated.
    - `collaborationArn` string, required — The unique ARN for the configured audience model's associated collaboration.
    - `collaborationId` string, required — A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
    - `creatorAccountId` string, required — The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
    - `description` string — The description of the configured audience model association.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

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