---
title: "Download file from a project"
method: GET
path: "/file/{file_id}"
tags: ["file"]
---

# Download file from a project

`GET /file/{file_id}`

## Download a file from a project

This endpoint retrieves a file from a project using the file's UUID. The UUID of the file can be found in the project data.

**Headers:**
- `Authorization` (str): HTTP bearer - API token for user authentication.

**Args:**
- `file_id` (UUID): The id of the file to retrieve.

**Returns:**
- `File`: A binary stream of the file.

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/straker/apis/verify-api.md) · [All operations](https://skmtc.dev/straker/apis/verify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/straker/verify-api/revisions/0d49b328bbbf/schema)
