Skip to main content
GET

Path Parameters

string
required
UUID of the backup to download.

Query Parameters

string
required
HMAC-signed token from the download_url returned by GET /bots/:id/backups. Valid for approximately 1 hour.
string
required
UUID of the user who owns the backup.
Do not construct this URL manually. Always use the download_url returned by the List Backups endpoint, which contains a pre-signed token valid for 1 hour.

Response

Returns the backup as a .zip file with:
  • Content-Type: application/zip
  • Content-Disposition: attachment; filename="backup-name.zip"