# /systems/backups/{id} - Download a backup **GET /systems/backups/{id}** Stream the ciphertext body for a specific backup belonging to the authenticated system. Foreign IDs return `404`; the path can never escape the authenticated system's prefix. ## Servers - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **id** (string) Backup ID (UUIDv7 plus extension) ## Responses ### 200 Backup body streamed as `application/octet-stream` #### Body: application/octet-stream (string(binary)) string(binary) ### 400 Bad request - validation error #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 503 Backup storage unavailable. [Powered by Bump.sh](https://bump.sh)