---
title: "Proxy file from storage"
method: GET
path: "/files/proxy"
tags: ["Files"]
---

# Proxy file from storage

`GET /files/proxy`

Proxies a file from storage. Requires team file key (fk) query parameter for access.

## Query parameters

- `filePath` string, required — Path to the file in storage. Can include or exclude 'vault/' prefix.
- `fk` string, required — Team file key for proxy/download access to team files. This key is returned in the user data response (GET /users/me) as the `fileKey` field. It is team-scoped and deterministic - all members of the same team share the same file key. Use this key to authenticate file access requests.

## Response `200`

File content

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

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