# GET /notepads

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

List all notepads. Supports filters for folder_id, folder (legacy name), visibility, is_favorite, and title search.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `folder_id` | query | uuid | no | Filter by folder UUID |
| `folder` | query | string | no | Filter by folder name (legacy) |
| `visibility` | query | string | no | Filter by visibility: all_users, admins_only, creator_only, restricted |
| `is_favorite` | query | boolean | no | Filter by favourite status |
| `search` | query | string | no | Search by title (case-insensitive) |

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