v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1472262334.5 KB

Returns metadata about your copy jobs.

get/copy-jobs/

Query parameters

nextTokenstring

The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

maxResultsinteger

The maximum number of items to be returned.

resourceArnstring

Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).

state'CREATED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'PARTIAL'

Returns only copy jobs that are in the specified state.

createdBeforestring date-time

Returns only copy jobs that were created before the specified date.

createdAfterstring date-time

Returns only copy jobs that were created after the specified date.

resourceTypestring
<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>
destinationVaultArnstring

An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.

accountIdstring

The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.

completeBeforestring date-time

Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).

completeAfterstring date-time

Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).

parentJobIdstring

This is a filter to list child (nested) jobs based on parent job ID.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.