---
title: "GET /collaborations/{collaborationIdentifier}/configured-model-algorithm-associations"
method: GET
path: "/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations"
---

# GET /collaborations/{collaborationIdentifier}/configured-model-algorithm-associations

`GET /collaborations/{collaborationIdentifier}/configured-model-algorithm-associations`

Returns a list of the configured model algorithm associations in a collaboration.

## Path parameters

- `collaborationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCollaborationConfiguredModelAlgorithmAssociationsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `collaborationConfiguredModelAlgorithmAssociations` CollaborationConfiguredModelAlgorithmAssociationSummary[], required — The configured model algorithm associations that belong to this collaboration.
    - `createTime` string, date-time, required — The time at which the configured model algorithm association was created.
    - `updateTime` string, date-time, required — The most recent time at which the configured model algorithm association was updated.
    - `configuredModelAlgorithmAssociationArn` string, required — The Amazon Resource Name (ARN) of the configured model algorithm association.
    - `name` string, required — The name of the configured model algorithm association.
    - `description` string — The description of the configured model algorithm association.
    - `membershipIdentifier` string, required — The membership ID of the member that created the configured model algorithm association.
    - `collaborationIdentifier` string, required — The collaboration ID of the collaboration that contains the configured model algorithm association.
    - `configuredModelAlgorithmArn` string, required — The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.
    - `creatorAccountId` string, required — The account ID of the member that created the configured model algorithm association.

## Other responses

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

---

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