# GET /spreadsheets/templates

**Resource:** [Spreadsheets](./spreadsheets.md)  
**Scopes:** `spreadsheets:read`  
**Write operation:** no

List all spreadsheet templates for this workspace.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `search` | query | string | no | Filter by name (partial match) |
| `include_archived` | query | boolean | no | Include archived templates (default false) |
| `limit` | query | number | no | Items per page (default 25, max 100) |
| `after` | query | string | no | Cursor: last ID from previous page |

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