# GET /notepads/:notepad_id/deals

**Resource:** [Notepads](./notepads.md)  
**MCP tool:** `list_notepad_deals`  
**Scopes:** `notepads:read`  
**Write operation:** no

List opportunities/deals linked to a notepad.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/notepads/:notepad_id/deals"   -H "Authorization: Bearer YOUR_API_KEY"
```

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