---
title: "Download file"
method: GET
path: "/serverless/files/file/{file}"
tags: ["Serverless", "Files"]
---

# Download file

`GET /serverless/files/file/{file}`

Downloads a file by its path. Proxies the underlying storage response.

## Path parameters

- `file` string, required — Path of the file to download

## Response `200`

File stream

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/fal/apis/platform-apis.md) · [All operations](https://skmtc.dev/fal/apis/platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fal/platform-apis/revisions/0c7dabf80b00/schema)
