pydo.databases.list_backups()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.databases.list_backups(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To list all of the available backups of a PostgreSQL or MySQL database cluster, send a GET request to /v2/databases/{database_cluster_uuid}/backups.
Note: Backups are not supported for Caching or Valkey clusters.
The result will be a JSON object with a backups key. This will be set to an array of backup objects, each of which will contain the size of the backup and the timestamp at which it was created.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Request Sample
Response Example
More Information
See /v2/databases/{database_cluster_uuid}/backups in the API reference for additional detail on responses, headers, parameters, and more.