# GET /forms/prefills

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

List form prefills. Filter by template_id or deal_id.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | query | uuid | no | Filter by template |
| `deal_id` | query | uuid | no | Filter by deal |

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