---
title: "Download archive"
method: GET
path: "/2/drive/{drive_id}/files/archives/{archive_uuid}"
tags: ["Drive > Files > Archive"]
---

# Download archive

`GET /2/drive/{drive_id}/files/archives/{archive_uuid}`

You can download an archive/zip with the token provided by the route <a href="javascript:window.location = window.location.pathname.replace('get/2', 'post/3') + '/..'">drive/{drive_id}/files/archives</a>.

<note>Please note that this may respond a 302 to actually download the requested content.</note>

## Path parameters

- `drive_id` integer, required
- `archive_uuid` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `503` — Service Unavailable

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
