# List Backups (/postgres-clusters/Postgres_backups_list)

List all backups associated with a specific cluster.

`GET /v1/postgres/{postgres_cluster_id}/backups`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `postgres_cluster_id` | path | `string` | Yes | Managed Postgres Cluster ID |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `listPostgresBackupsResponse` |
| `404` | Cluster not found | `PostgresErrorResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.