Download Application Snapshot
Snapshots
Download Application Snapshot
Downloads the ZIP file of a specific snapshot for a given application or database.
GET
Download Application Snapshot
The ID of the application or database.
The ID of the snapshot to download.
The resource type. Possible values:
applications, databases.Response
The ZIP file containing the application or database snapshot, returned as a binary download with
Content-Disposition: attachment.Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated.USER_NOT_FOUND: The authenticated user was not found.ACCESS_DENIED: The snapshot does not belong to the authenticated user.SNAPSHOT_NOT_FOUND: The specified snapshot does not exist.INTERNAL_SERVER_ERROR: An unexpected server error occurred.