# GET /work-order-templates

**Resource:** [Work Order Settings](./work-order-config.md)  
**MCP tool:** `list_work_order_templates`  
**Scopes:** `work-orders:read`  
**Write operation:** no

List the templated work orders for a product. These are stamped onto a real work order automatically the moment that product is added to an opportunity. Requires product_id.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `product_id` | query | string | yes |  |

## Request example

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

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