---
title: "List Backups"
method: GET
path: "/postgres/{postgres_cluster_id}/backups"
tags: ["Postgres Clusters"]
---

# List Backups

`GET /postgres/{postgres_cluster_id}/backups`

List all backups associated with a specific cluster.

## Path parameters

- `postgres_cluster_id` string, required

## Response `200`

OK

- ListPostgresBackupsResponse
  - `data` PostgresBackup[]
    - `finished_at` string — RFC 3339 stop timestamp.
    - `id` string — Backup ID.
    - `size_bytes` integer — Backup size in bytes.
    - `started_at` string — RFC 3339 start timestamp.
    - `status` string — Backup status.
    - `type` 'full' | 'incr' | 'diff' — Backup type.

## Other responses

- `404` — Cluster not found

---

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