---
title: "List Backup Policies for All Existing Droplets"
method: GET
path: "/v2/droplets/backups/policies"
tags: ["DigitalOcean-public.v2-new_Droplets"]
---

# List Backup Policies for All Existing Droplets

`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`.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

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.

- object
  - `policies` object — A map where the keys are the Droplet IDs and the values are objects containing the backup policy information for each Droplet.
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` object, required — Information about the response itself.
    - `total` integer, required — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
