List all backups
listBackups() returns all backups from the configured storage provider, sorted newest first.
Shape of each entry
Get metadata for one backup
null if the backup doesn’t exist.
Filtering
listBackups() returns everything. Filter in JavaScript:
Sample: find the most recent successful backup
Sample: report backup health
/health endpoint or cron-driven monitoring.
See also
Creating backups
Create new backups.
dbdock list
CLI equivalent.

