---
title: "Download file"
method: GET
path: "/v1/files/{fileId}"
tags: ["Files"]
---

# Download file

`GET /v1/files/{fileId}`

Downloads the actual file content. The response will be the file stream with appropriate content-type headers.

## Path parameters

- `fileId` string, required

## Other responses

- `404` — File not found
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
