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

# GET /custom-models

`GET /custom-models`

Returns a list of the custom models that you have created with the `CreateModelCustomizationJob` operation.

For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html).

## Query parameters

- `creationTimeBefore` string, date-time
- `creationTimeAfter` string, date-time
- `nameContains` string
- `baseModelArnEquals` string
- `foundationModelArnEquals` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'
- `isOwned` boolean
- `modelStatus` 'Active' | 'Creating' | 'Failed'

## Response `200`

Success

- ListCustomModelsResponse
  - `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` CustomModelSummary[] — Model summaries.
    - `modelArn` string, required — The Amazon Resource Name (ARN) of the custom model.
    - `modelName` string, required — The name of the custom model.
    - `creationTime` string, date-time, required — Creation time of the model.
    - `baseModelArn` string, required — The base model Amazon Resource Name (ARN).
    - `baseModelName` string, required — The base model name.
    - `customizationType` 'FINE_TUNING' | 'CONTINUED_PRE_TRAINING' | 'DISTILLATION' | 'REINFORCEMENT_FINE_TUNING' | 'IMPORTED' — Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a>.
    - `ownerAccountId` string — The unique identifier of the account that owns the model.
    - `modelStatus` 'Active' | 'Creating' | 'Failed' — <p>The current status of the custom model. Possible values include:</p> <ul> <li> <p> <code>Creating</code> - The model is being created and validated.</p> </li> <li> <p> <code>Active</code> - The model has been successfully created and is ready for use.</p> </li> <li> <p> <code>Failed</code> - The model creation process failed.</p> </li> </ul>

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