pydo.vector_databases.get_restore_status()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.vector_databases.get_restore_status(
id="\"example string\"",
backup_id="\"example string\"",
)Description
To check the status of a restore operation, send a GET request to /v2/vector-databases/{id}/backups/{backup_id}/restore. The response body contains the current status of the restore.
Parameters
idstring requiredRequired. ID of the vector database.
backup_idstring requiredRequired. ID of the backup being restored.
Response Example
More Information
See /v2/vector-databases/{id}/backups/{backup_id}/restore in the API reference for additional detail on responses, headers, parameters, and more.