---
title: "GET /memberships/{membershipIdentifier}/configured-model-algorithm-associations"
method: GET
path: "/memberships/{membershipIdentifier}/configured-model-algorithm-associations"
---

# GET /memberships/{membershipIdentifier}/configured-model-algorithm-associations

`GET /memberships/{membershipIdentifier}/configured-model-algorithm-associations`

Returns a list of configured model algorithm associations.

## Path parameters

- `membershipIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListConfiguredModelAlgorithmAssociationsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `configuredModelAlgorithmAssociations` ConfiguredModelAlgorithmAssociationSummary[], required — The list of configured model algorithm associations.
    - `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.
    - `configuredModelAlgorithmArn` string, required — The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.
    - `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.

## 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/revisions/d3bb6d6eaa9a/schema)
