---
title: "List backups"
method: GET
path: "/v3/backups"
tags: ["backups"]
---

# List backups

`GET /v3/backups`

Lists all Block Storage backups

## Query parameters

- `all_tenants` string
- `sort` string
- `sort_key` string
- `sort_dir` 'asc' | 'desc'
- `limit` integer
- `offset` integer
- `marker` string
- `with_count` boolean

## Response `200`

OK

- BackupsSimple
  - `backups` BackupSimple[]
    - `id` string, uuid — The UUID of the backup
    - `name` string, nullable — The backup name
    - `links` Link[]
      - `href` string, uri
      - `rel` string
      - `type` string
  - `backups_links` Link[]
    - `href` string, uri
    - `rel` string
    - `type` string
  - `count` integer — Total count of backups (microversion 3.45+)

---

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