listRestorations( )


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 data restorations from backups.

Results are sorted by requested date, with the newest first.

You can use this method to check whether a restoration initiated with Restore Backup has been completed successfully.

Method Declaration
Copy
Method Parameters
optionsListRestorationsOptions
Returns
Return Type:Promise<ListRestorationsResponse>
Did this help?