Generate a download URL for a backup
GET /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/backups/{type}/{backupId}/download
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/backups/{type}/{backupId}/download
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
Example
test-org application
required
string
The application ID
Example
test-app environment
required
string
The environment ID
Example
test-env type
required
string
The backup type
backupId
required
string
The backup ID
Responses
200
Download URL generated successfully
object
downloadUrl
Pre-signed S3 URL for download
string
expiresAt
URL expiration time
string format: date-time
filename
Suggested filename for download
string