v2

latestOpenAPI 3.0.1Apache 2.02026-07-2698173135.4 KB
Postgres Clusters

List Backups

List all backups associated with a specific cluster.

get/postgres/{postgres_cluster_id}/backups

Path parameters

postgres_cluster_idstring required

Managed Postgres Cluster ID

Response

OK

Example response

{
  "data": [
    {
      "status": "completed"
    }
  ]
}