pydo.vector_databases.list_backups()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.vector_databases.list_backups(id="\"example string\"")Description
To list the available backups for a vector database, send a GET request to /v2/vector-databases/{id}/backups. Only backups with a status of SUCCESS are returned.
Parameters
idstring requiredRequired. ID of the vector database.
Response Example
More Information
See /v2/vector-databases/{id}/backups in the API reference for additional detail on responses, headers, parameters, and more.