BackupsKeyDownload
Download a backup archive from S3
Streams the raw `application/gzip` backup bytes with a `Content-Disposition: attachment` filename.
Path Parameters
key*string
S3 object key for the backup (URL-encoded, may contain slashes).
Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Response Body
application/gzip
curl -X GET "https://athena-cluster.com/admin/backups/string/download" \ -H "apikey: string""string"Empty
Empty
Empty
Empty
Delete a backup from S3 DELETE
Previous Page
Restore a database from an S3 backup POST
Enqueues a restore job that downloads the backup and runs `pg_restore` in the shared `athena-scheduler`/`athena-worker` background runtime. Returns `202 Accepted` with a `job_id`; poll `/admin/backups/jobs/{id}` for execution status.