---
title: "Download a file"
method: GET
path: "/files/download"
tags: ["Files"]
---

# Download a file

`GET /files/download`

Streams the raw content of a file from the project filesystem.

## Query parameters

- `projectId` string, uuid, required — Project that contains the file.
- `path` string, required — File path within the project.

## Response `200`

Raw file content

## Other responses

- `400` — Validation error or path is not a file
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — File not found
- `409` — Project is suspended
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.net/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/726970fd2992/schema)
