---
title: "GET /backup-vaults/{backupVaultName}/access-policy"
method: GET
path: "/backup-vaults/{backupVaultName}/access-policy"
---

# GET /backup-vaults/{backupVaultName}/access-policy

`GET /backup-vaults/{backupVaultName}/access-policy`

Returns the access policy document that is associated with the named backup vault.

## Path parameters

- `backupVaultName` string, required

## Response `200`

Success

- GetBackupVaultAccessPolicyOutput
  - `BackupVaultName` string — 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 Region where they are created. They consist of lowercase letters, numbers, and hyphens.
  - `BackupVaultArn` string — An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.
  - `Policy` string — The backup vault access policy document in JSON format.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InvalidParameterValueException
- `482` — MissingParameterValueException
- `483` — ServiceUnavailableException

---

[API](https://skmtc.net/aws/apis/backup.md) · [All operations](https://skmtc.net/aws/apis/backup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/backup/versions/386d8a5f8871/schema)
