---
title: "Download a file"
method: GET
path: "/system/file-explorer/download"
tags: ["System"]
---

# Download a file

`GET /system/file-explorer/download`

Stream a regular file from an absolute system path with HTTP range support

## Query parameters

- `id` string, required
- `hash` string
- `auth` string

## Response `200`

File content

## Other responses

- `206` — Partial file content
- `400` — Invalid path or non-regular file
- `401` — Unauthorized
- `403` — Administrator access or filesystem permission required
- `404` — File not found
- `416` — Range Not Satisfiable
- `500` — Unexpected filesystem failure

---

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