listBackups( )


Developer Preview

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.

Method Declaration
Copy
Method Parameters
optionsListBackupsOptions
Returns
Return Type:Promise<ListBackupsResponse>
Did this help?