action linode_get_databases_postgre_sqlinstance_backups { label: "Managed PostgreSQL Database Backups List" description: "Display all backups for an accessible Managed PostgreSQL Database.\n\nThe Database must not be provisioning to perform this command.\n\nDatabase `auto` type backups are created every 24 hours at 0:00 UTC. Each `auto` backup is retained for 7 days.\n\nDatabase `snapshot` type backups are created by accessing the **Managed PostgreSQL Database Backup Snapshot Create** ([POST /databases/postgresql/instances/{instanceId}/backups](/docs/api/databases/#managed-postgresql-database-backup-snapshot-create)) command.\n" provider: linode method: GET path: "/databases/postgresql/instances/{instanceId}/backups" encoding: json output: { type: "object" } }