This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of all backups for a site.
Results are sorted by requested date, with the newest first.
You can use this method to check whether a backup initiated with Create Backup has been completed successfully.
function listBackups(options: ListBackupsOptions): Promise<ListBackupsResponse>;
import { backups } from "@wix/data";
async function listBackups(options) {
const response = await backups.listBackups(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.