## Retrieve Policy **get** `/v2/droplets/{droplet_id}/backups/policy` To show information about an individual Droplet's backup policy, send a GET request to `/v2/droplets/$DROPLET_ID/backups/policy`. ### Returns - **policy:** `object` - **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.