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

# Download File

`GET /utilities/downloads/{uuid}`

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

---

[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)
