# GET /files

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

List files in workspace storage. Filter by folder, type, or free-text search.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |
| `q` | query | string | no |  |
| `folder_id` | query | string | no |  |
| `type` | query | string | no |  |

## Request example

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

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