## List Policies **get** `/v2/droplets/backups/policies` To list information about the backup policies for all Droplets in the account, send a GET request to `/v2/droplets/backups/policies`. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **links:** `PageLinks` - **policies:** `map[object]` A map where the keys are the Droplet IDs and the values are objects containing the backup policy information for each Droplet. - **backup\_enabled:** `boolean` A boolean value indicating whether backups are enabled for the Droplet. - **backup\_policy:** `DropletBackupPolicy` An object specifying the backup policy for the Droplet. - **droplet\_id:** `number` The unique identifier for the Droplet. - **next\_backup\_window:** `DropletNextBackupWindow` An object containing keys with the start and end times of the window during which the backup will occur.