v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1472262334.5 KB

Returns detailed information about the recovery points stored in a backup vault.

get/backup-vaults/{backupVaultName}/recovery-points/

Path parameters

backupVaultNamestring required
<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p> <note> <p>Backup vault name might not be available when a supported service creates the backup.</p> </note>

Query parameters

nextTokenstring

The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> 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 recovery points that match the specified resource Amazon Resource Name (ARN).

resourceTypestring

Returns only recovery points that match the specified resource type.

backupPlanIdstring

Returns only recovery points that match the specified backup plan ID.

createdBeforestring date-time

Returns only recovery points that were created before the specified timestamp.

createdAfterstring date-time

Returns only recovery points that were created after the specified timestamp.

parentRecoveryPointArnstring

This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).

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 <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.