---
title: "Download File"
method: GET
path: "/file/download"
tags: ["File Storage Resource"]
---

# Download File

`GET /file/download`

## Query parameters

- `path` string

## Headers

- `tenant-id` string, required

## Response `200`

File downloaded successfully

## Other responses

- `400` — Bad Request - Invalid file path
- `401` — Unauthorized - Authentication required
- `404` — File not found
- `500` — Internal Server Error - File download failed

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
