action linode_get_databases_my_sqlinstance_backups { label: "Managed MySQL Database Backups List" description: "Display all backups for an accessible Managed MySQL 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 MySQL Database Backup Snapshot Create** ([POST /databases/mysql/instances/{instanceId}/backups](/docs/api/databases/#managed-mysql-database-backup-snapshot-create)) command.\n" provider: linode method: GET path: "/databases/mysql/instances/{instanceId}/backups" encoding: json output: { type: "object" } }