v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Droplets

List Backup Policies for All Existing Droplets

To list information about the backup policies for all Droplets in the account, send a GET request to /v2/droplets/backups/policies.

get/v2/droplets/backups/policies

Query parameters

per_pageinteger

Number of items returned per page

pageinteger

Which 'page' of paginated results to return.

Response

A JSON object with a policies key set to a map. The keys are Droplet IDs and the values are objects containing the backup policy information for each Droplet.

policiesobject

A map where the keys are the Droplet IDs and the values are objects containing the backup policy information for each Droplet.

Example response

{
  "links": {
    "pages": {
      "last": "https://api.digitalocean.com/v2/images?page=2",
      "next": "https://api.digitalocean.com/v2/images?page=2"
    }
  },
  "meta": {
    "total": 1
  }
}