Retrieve a list of all available snapshots for your application, including file size, modification date, and a pre-signed download key for each snapshot.
Use this endpoint to list all snapshots that have been taken for your application. Each entry in the response includes the snapshot’s size, when it was last modified, and an AWS pre-signed query string you can use to construct a direct download URL. Snapshots are stored in Virtus Cloud’s secure object storage and are useful for disaster recovery and rollback scenarios.
A pre-signed AWS query string (e.g. AWSAccessKeyId=...&Expires=...&Signature=...) used to authenticate the download request. Append this as the query string to the download URL.