Backups
Download Backup
Downloads the ZIP file of a backup using a signed URL. No session token required — uses an HMAC token from the list endpoint.
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/zipContent-Disposition: attachment; filename="backup-name.zip"

