---
title: "Download User File"
method: GET
path: "/api/v1/files/{file_id}/download"
tags: ["files"]
---

# Download User File

`GET /api/v1/files/{file_id}/download`

Download the raw file content.

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
