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"
}
]
}