# GET /files/:file_id/download

**Resource:** [Files](./files.md)  
**MCP tool:** `download_file`  
**Scopes:** `files:read`  
**Write operation:** no

Download a workspace file by UUID.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `file_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/files/:file_id/download"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`