---
title: "GET /imported-models"
method: GET
path: "/imported-models"
---

# GET /imported-models

`GET /imported-models`

Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Query parameters

- `creationTimeBefore` string, date-time
- `creationTimeAfter` string, date-time
- `nameContains` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'

## Response `200`

Success

- ListImportedModelsResponse
  - `nextToken` string — If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.
  - `modelSummaries` ImportedModelSummary[] — Model summaries.
    - `modelArn` string, required — The Amazon Resource Name (ARN) of the imported model.
    - `modelName` string, required — Name of the imported model.
    - `creationTime` string, date-time, required — Creation time of the imported model.
    - `instructSupported` boolean — Specifies if the imported model supports converse.
    - `modelArchitecture` string — The architecture of the imported model.

## Other responses

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

---

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