Get a signed backup download URL
ptero_get_backup_download_urlGenerate a short-lived, signed URL for downloading a backup archive directly from storage, enabling external retrieval without panel login or credential exposure.
Instructions
Get a signed, short-lived URL for downloading one backup archive directly from storage.
Use this when the human wants to pull a backup down outside the panel. The URL grants access to the archive to whoever holds it, expires quickly, and is never written to the audit log — treat it as a bearer credential: do not store it, paste it into a chat log you will keep, or reuse it after it expires (request a fresh one instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server short identifier (e.g. 1a2b3c4d). Omit to use PTERODACTYL_DEFAULT_SERVER. Call ptero_list_servers to discover valid identifiers. | |
| backup_uuid | Yes | UUID of the backup to download (from ptero_list_backups). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Signed, short-lived Wings URL. Never logged or audited. | |
| note | Yes | ||
| uuid | Yes |