# GET /exports/templates

**Resource:** [Export Templates](./export-templates.md)  
**Scopes:** `exports:read`  
**Write operation:** no

List all export templates for this workspace.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `root_entity` | query | string | no | Filter by root entity. One of: opportunity, contact, account, work_order. |
| `search` | query | string | no | Partial name match. |
| `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`