---
title: "GET /model-copy-jobs"
method: GET
path: "/model-copy-jobs"
---

# GET /model-copy-jobs

`GET /model-copy-jobs`

Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Query parameters

- `creationTimeAfter` string, date-time
- `creationTimeBefore` string, date-time
- `statusEquals` 'InProgress' | 'Completed' | 'Failed'
- `sourceAccountEquals` string
- `sourceModelArnEquals` string
- `outputModelNameContains` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'

## Response `200`

Success

- ListModelCopyJobsResponse
  - `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.
  - `modelCopyJobSummaries` ModelCopyJobSummary[] — A list of information about each model copy job.
    - `jobArn` string, required — The Amazon Resoource Name (ARN) of the model copy job.
    - `status` 'InProgress' | 'Completed' | 'Failed', required — The status of the model copy job.
    - `creationTime` string, date-time, required — The time that the model copy job was created.
    - `targetModelArn` string, required — The Amazon Resource Name (ARN) of the copied model.
    - `targetModelName` string — The name of the copied model.
    - `sourceAccountId` string, required — The unique identifier of the account that the model being copied originated from.
    - `sourceModelArn` string, required — The Amazon Resource Name (ARN) of the original model being copied.
    - `targetModelKmsKeyArn` string — The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.
    - `targetModelTags` Tag[] — Tags associated with the copied model.
      - `key` string, required — Key for the tag.
      - `value` string, required — Value for the tag.
    - `failureMessage` string — If a model fails to be copied, a message describing why the job failed is included here.
    - `sourceModelName` string — The name of the original model being copied.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — 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)
