# GET /product-components

**Resource:** [COMPONENTS](./components.md)  
**MCP tool:** `list_product_components`  
**Scopes:** `products:read`  
**Write operation:** no

List a product's template components (bill-of-materials parts/bundles). Filter by product_id, type, or search by label. These are product-level and reused across opportunities — for the actual lab samples/units of a job use list_component_instances.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |
| `after` | query | string | no |  |
| `product_id` | query | string | no |  |
| `type` | query | string | no |  |
| `search` | query | string | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/product-components"   -H "Authorization: Bearer YOUR_API_KEY"
```

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