# GET /exports/templates/:template_id/views

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

List views on an export template.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/exports/templates/:template_id/views"   -H "Authorization: Bearer YOUR_API_KEY"
```

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