# GET /whiteboards

**Resource:** [Whiteboards](./whiteboards.md)  
**MCP tool:** `list_whiteboards`  
**Scopes:** `whiteboards:read`  
**Write operation:** no

List whiteboards in the workspace. Filter by opportunity_id or search by name.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `opportunity_id` | query | string | no |  |
| `search` | query | string | no |  |

## Request example

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

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