---
title: "Download given backup for site"
method: GET
path: "/v1/sites/{id}/backup/{backup_id}"
tags: ["Backups"]
---

# Download given backup for site

`GET /v1/sites/{id}/backup/{backup_id}`

For a given site download generated backup file for a given backup id.

## Path parameters

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

## Query parameters

- `token` string, required — Token which is part of `download_link` from list backups API call

## Response `200`

OK

## Other responses

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

---

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