Recovery Points - List
Returns a list of Recovery Points for a DataSource in a vault.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/recoveryPoints?api-version=2025-09-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/recoveryPoints?api-version=2025-09-01&$filter={$filter}&$skipToken={$skipToken}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
backup
|
path | True |
string |
The name of the backup instance. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
|
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
|
vault
|
path | True |
string |
The name of the backup vault. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
|
$filter
|
query |
string |
OData filter options. |
|
|
$skip
|
query |
string |
skipToken Filter. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Azure operation completed successfully. |
|
| Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
List Recovery Points in a Vault
Sample request
GET https://management.azure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/backupInstances/testInstance1/recoveryPoints?api-version=2025-09-01
Sample response
{
"value": [
{
"name": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5e35",
"type": "microsoft.dataprotection/backupvaults/backupInstances/recoveryPoints",
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/HelloTest/providers/Microsoft.DataProtection/backupVaults/HelloTestVault/backupInstances/653213d-c5b3-44f6-a0d9-db3c4f9d8e34/recoveryPoints/7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25",
"properties": {
"expiryTime": "2023-03-01T13:00:00Z",
"friendlyName": "panbha4",
"objectType": "AzureBackupDiscreteRecoveryPoint",
"recoveryPointDataStoresDetails": [
{
"type": "Snapshot",
"creationTime": "2019-03-01T13:00:00Z",
"id": "0ff03512-b333-4509-a6c7-12164c8b1dce",
"metaData": "123456"
},
{
"type": "BackupStorage",
"creationTime": "2019-03-01T13:00:00Z",
"id": "5d8cfd30-722e-4bab-85f6-4a9d01ffc6f1",
"metaData": "123456"
}
],
"recoveryPointState": "Completed",
"recoveryPointTime": "2019-03-01T13:00:00Z",
"recoveryPointType": "Full"
}
},
{
"name": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25",
"type": "microsoft.dataprotection/backupvaults/backupInstances/recoveryPoints",
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/HelloTest/providers/Microsoft.DataProtection/backupVaults/HelloTestVault/backupInstances/653213d-c5b3-44f6-a0d9-db3c4f9d8e34/recoveryPoints/7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25",
"properties": {
"friendlyName": "panbha4",
"objectType": "AzureBackupDiscreteRecoveryPoint",
"recoveryPointDataStoresDetails": [
{
"type": "Snapshot",
"creationTime": "2019-03-01T13:00:00Z",
"id": "808cfd30-722e-4bab-85f6-4a9d01ffc6f2",
"metaData": "123456"
},
{
"type": "BackupStorage",
"creationTime": "2019-03-01T13:00:00Z",
"id": "798cfd30-722e-4bab-85f6-4a9d01ffc6f3",
"metaData": "123456"
}
],
"recoveryPointState": "Completed",
"recoveryPointTime": "2019-03-01T13:00:00Z",
"recoveryPointType": "Full"
}
}
]
}
Definitions
| Name | Description |
|---|---|
|
Azure |
Azure backup discrete RecoveryPoint |
|
Azure |
Azure backup recoveryPoint resource |
|
Azure |
Azure backup recoveryPoint resource list |
|
Cloud |
An error response from Azure Backup. |
|
created |
The type of identity that created the resource. |
| Error |
The resource management error response. |
|
Error |
The resource management error additional info. |
|
Recovery |
Specifies recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up). |
|
Recovery |
RecoveryPoint datastore details |
|
Rehydration |
|
|
system |
Metadata pertaining to creation and last modification of the resource. |
AzureBackupDiscreteRecoveryPoint
Azure backup discrete RecoveryPoint
| Name | Type | Description |
|---|---|---|
| expiryTime |
string (date-time) |
|
| friendlyName |
string |
|
| objectType | string: | |
| policyName |
string |
|
| policyVersion |
string |
|
| recoveryPointDataStoresDetails |
RecoveryPoint datastore details |
|
| recoveryPointId |
string |
|
| recoveryPointState |
Specifies recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up). |
|
| recoveryPointTime |
string (date-time) |
|
| recoveryPointType |
string |
|
| retentionTagName |
string |
|
| retentionTagVersion |
string |
AzureBackupRecoveryPointResource
Azure backup recoveryPoint resource
| Name | Type | Description |
|---|---|---|
| id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| name |
string |
The name of the resource |
| properties | AzureBackupRecoveryPoint: |
AzureBackupRecoveryPointResource properties |
| systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
| type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
AzureBackupRecoveryPointResourceList
Azure backup recoveryPoint resource list
| Name | Type | Description |
|---|---|---|
| nextLink |
string |
The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. |
| value |
List of resources. |
CloudError
An error response from Azure Backup.
| Name | Type | Description |
|---|---|---|
| error |
The resource management error response. |
createdByType
The type of identity that created the resource.
| Value | Description |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
Error
The resource management error response.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
Error[] |
The error details. |
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
RecoveryPointCompletionState
Specifies recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up).
| Value | Description |
|---|---|
| Completed | |
| Partial |
RecoveryPointDataStoreDetails
RecoveryPoint datastore details
| Name | Type | Description |
|---|---|---|
| creationTime |
string (date-time) |
|
| expiryTime |
string (date-time) |
|
| id |
string |
|
| metaData |
string |
|
| rehydrationExpiryTime |
string (date-time) |
|
| rehydrationStatus | ||
| state |
string |
|
| type |
string |
|
| visible |
boolean |
RehydrationStatus
| Value | Description |
|---|---|
| CREATE_IN_PROGRESS | |
| COMPLETED | |
| DELETE_IN_PROGRESS | |
| DELETED | |
| FAILED |
systemData
Metadata pertaining to creation and last modification of the resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
| createdBy |
string |
The identity that created the resource. |
| createdByType |
The type of identity that created the resource. |
|
| lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
| lastModifiedBy |
string |
The identity that last modified the resource. |
| lastModifiedByType |
The type of identity that last modified the resource. |