---
title: "Download the storage file"
method: GET
path: "/storage_files/{id}/file"
tags: ["Storage"]
---

# Download the storage file

`GET /storage_files/{id}/file`

Retrieves the specified storage file and redirects to the download URI.

## Path parameters

- `id` string, uuid, required

## Other responses

- `307` — Redirect to the storage file download URL.
- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

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