---
title: "Download File"
method: GET
path: "/{storageZoneName}/{path}/{fileName}"
tags: ["Manage Files"]
---

# Download File

`GET /{storageZoneName}/{path}/{fileName}`

Returns the stored file at the given path. If the file does not exist, a 404 response will be returned.

## Path parameters

- `storageZoneName` string, required
- `path` string, required
- `fileName` string, required

## Headers

- `AccessKey` string, required

## Response `200`

Returns the file stored at the given path.

## Other responses

- `404` — The file on the given path does not exist.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
