v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Retrieves information about a model copy job. 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>.

get/model-copy-jobs/{jobArn}

Path parameters

jobArnstring required

The Amazon Resource Name (ARN) of the model copy job.

Response

Success

jobArnstring required

The Amazon Resource Name (ARN) of the model copy job.

status'InProgress' | 'Completed' | 'Failed' required

The status of the model copy job.

creationTimestring date-time required

The time at which the model copy job was created.

targetModelArnstring required

The Amazon Resource Name (ARN) of the copied model.

targetModelNamestring

The name of the copied model.

sourceAccountIdstring required

The unique identifier of the account that the model being copied originated from.

sourceModelArnstring required

The Amazon Resource Name (ARN) of the original model being copied.

targetModelKmsKeyArnstring

The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.

failureMessagestring

An error message for why the model copy job failed.

sourceModelNamestring

The name of the original model being copied.