---
title: "Download file"
method: GET
path: "/v1/files/{file_id}/content"
tags: ["Files"]
---

# Download file

`GET /v1/files/{file_id}/content`

Download the original uploaded file content.

## Path parameters

- `file_id` string, required — The unique identifier of the file.

## Response `200`

The original file content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `429` — Too Many Requests

## Changes

- **2026-01-26** `f87ec588f22a` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
- **2026-01-26** `6856cd2604e4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/deeptable-com/apis/deeptable-api/changes/v1/files/:file_id/content/get.md)

---

[API](https://skmtc.dev/deeptable-com/apis/deeptable-api.md) · [All operations](https://skmtc.dev/deeptable-com/apis/deeptable-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deeptable-com/deeptable-api/revisions/acfb7545d197/schema)
