---
title: "Download File"
method: GET
path: "/utilities/downloads/{uuid}/{filename}"
tags: ["Utilities"]
---

# Download File

`GET /utilities/downloads/{uuid}/{filename}`

Download exactly one file using an unexpired node-bound capability URL; no Bearer token is required

## Path parameters

- `uuid` string, required

## Query parameters

- `expires` integer, required
- `sig` string, required
- `id` integer, required
- `node` string, required

## Response `200`

File content

## Other responses

- `206` — Partial file content
- `400` — Malformed capability
- `403` — Invalid, expired, or tampered capability
- `404` — Capability target or selected node not found
- `416` — Range Not Satisfiable
- `500` — Unexpected signing, database, or filesystem failure
- `502` — Selected node forwarding failed
- `503` — Selected node is offline or unavailable

## Changes

- **2026-09-15** `f1c5f8388fd6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/utilities/downloads/:uuid/:filename/get.md)

---

[API](https://skmtc.dev/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.dev/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alchemillahq/apis/sylve-api/revisions/85f3f607253e?raw)
