---
title: "Get Cloud Backup Download Link"
method: GET
path: "/v1/sites/{id}/cloud_backups/{backup_id}/download"
tags: ["Backups"]
---

# Get Cloud Backup Download Link

`GET /v1/sites/{id}/cloud_backups/{backup_id}/download`

Get a download link for a cloud backup for a given backup id

## Path parameters

- `id` integer, required — ID of the Site you are interacting with
- `backup_id` string, required

## Response `200`

OK

- DownloadCloudBackupResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `download_link` string — Download link for the backup

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `404` — Given backup not found for user
- `405` — Invalid input
- `500` — Internal error

---

[API](https://skmtc.dev/rocket/apis/rocket-net-api.md) · [All operations](https://skmtc.dev/rocket/apis/rocket-net-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rocket/rocket-net-api/revisions/db0dcbbc5764/schema)
