---
title: "Get a presigned download URL for the snapshot restore artifact"
method: GET
path: "/backup-and-dr/snapshots/{snapshot_id}/artifact"
---

# Get a presigned download URL for the snapshot restore artifact

`GET /backup-and-dr/snapshots/{snapshot_id}/artifact`

Returns a presigned S3 URL for downloading the restore artifact archive (tar.gz) generated for the snapshot. The URL is short-lived, so download the archive promptly after requesting it.

## Path parameters

- `snapshot_id` string, uuid, required

## Response `200`

Presigned download URL for the restore artifact

- SnapshotArtifactResponse
  - `downloadUrl` string, uri, required — Presigned S3 URL for downloading the restore archive

## Other responses

- `404` — Restore artifact not found

---

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