Skip to content

Generate a download URL for a backup

GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/backups/{type}/{backupId}/download

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

application
required
string

The application ID

environment
required
string

The environment ID

type
required
string
Allowed values: database filesystem

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