---
title: "Download File"
method: GET
path: "/filesystems/{filesystem_id}/file-download"
tags: ["Filesystems"]
---

# Download File

`GET /filesystems/{filesystem_id}/file-download`

Download a single file from the filesystem.

## Path parameters

- `filesystem_id` string, required

## Query parameters

- `path` string, required — Relative file path to download.

## Response `200`

Binary file content

## Other responses

- `422` — Validation Error

---

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