---
title: "GET /model-customization/custom-model-deployments"
method: GET
path: "/model-customization/custom-model-deployments"
---

# GET /model-customization/custom-model-deployments

`GET /model-customization/custom-model-deployments`

Lists custom model deployments in your account. You can filter the results by creation time, name, status, and associated model. Use this operation to manage and monitor your custom model deployments.

We recommend using pagination to ensure that the operation returns quickly and successfully.

The following actions are related to the `ListCustomModelDeployments` operation:

*   [CreateCustomModelDeployment](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModelDeployment.html)
    
*   [GetCustomModelDeployment](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModelDeployment.html)
    
*   [DeleteCustomModelDeployment](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModelDeployment.html)

## Query parameters

- `createdBefore` string, date-time
- `createdAfter` string, date-time
- `nameContains` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'
- `statusEquals` 'Creating' | 'Active' | 'Failed'
- `modelArnEquals` string

## Response `200`

Success

- ListCustomModelDeploymentsResponse
  - `nextToken` string — The token for the next set of results. This value is null when there are no more results to return.
  - `modelDeploymentSummaries` CustomModelDeploymentSummary[] — A list of custom model deployment summaries.
    - `customModelDeploymentArn` string, required — The Amazon Resource Name (ARN) of the custom model deployment.
    - `customModelDeploymentName` string, required — The name of the custom model deployment.
    - `modelArn` string, required — The Amazon Resource Name (ARN) of the custom model associated with this deployment.
    - `createdAt` string, date-time, required — The date and time when the custom model deployment was created.
    - `status` 'Creating' | 'Active' | 'Failed', required — The status of the custom model deployment. Possible values are <code>CREATING</code>, <code>ACTIVE</code>, and <code>FAILED</code>.
    - `lastUpdatedAt` string, date-time — The date and time when the custom model deployment was last modified.
    - `failureMessage` string — If the deployment status is <code>FAILED</code>, this field contains a message describing the failure reason.

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