---
title: "GET /configured-model-algorithms"
method: GET
path: "/configured-model-algorithms"
---

# GET /configured-model-algorithms

`GET /configured-model-algorithms`

Returns a list of configured model algorithms.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListConfiguredModelAlgorithmsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `configuredModelAlgorithms` ConfiguredModelAlgorithmSummary[], required — The list of configured model algorithms.
    - `createTime` string, date-time, required — The time at which the configured model algorithm was created.
    - `updateTime` string, date-time, required — The most recent time at which the configured model algorithm was updated.
    - `configuredModelAlgorithmArn` string, required — The Amazon Resource Name (ARN) of the configured model algorithm.
    - `name` string, required — The name of the configured model algorithm.
    - `description` string — The description of the configured model algorithm.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException

---

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