---
title: "Download a file by signed token"
method: GET
path: "/storage/{path}"
tags: ["Storage"]
---

# Download a file by signed token

`GET /storage/{path}`

Stream a stored file as an attachment, authorized by a signed download token.

## Path parameters

- `path` string, required — Storage path of the file to download.

## Query parameters

- `token` string, required — Signed download token authorizing access to the file.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Token is malformed or missing required claims.
- `401` — Token issuer is not trusted.
- `404` — Token does not match the path, or the file no longer exists.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
