list_notes
Retrieve Productboard notes (insights) with pagination and filters, sorted newest first. Use it to browse feedback and filter by archived, processed, date, source, or owner.
Instructions
List Productboard notes (also known as insights) with pagination and optional filters. Sorted by creation date (newest first). DEFAULT: returns processed + unprocessed notes that are NOT archived. To include archived notes set archived=true; to fetch only archived notes set archived=true and omit processed (v2 quirk: archived notes always report processed=false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default 25, max 500) | |
| archived | No | Filter by archived status. Default: false (archived notes are hidden). Set true to include or to fetch only archived notes. | |
| createdTo | No | Filter notes created before this ISO 8601 date | |
| processed | No | Filter by processed status (true=processed, false=unprocessed). Default: both. | |
| updatedTo | No | Filter notes updated before this ISO 8601 date | |
| ownerEmail | No | Filter by owner email. Requires members:pii:read scope on the access token. | |
| pageCursor | No | Pagination cursor from previous response | |
| createdFrom | No | Filter notes created after this ISO 8601 date | |
| updatedFrom | No | Filter notes updated after this ISO 8601 date | |
| creatorEmail | No | Filter by creator email. Requires members:pii:read scope on the access token. | |
| sourceSystem | No | Filter by metadata.source.system (v2 equivalent of v1 source.origin). | |
| sourceRecordId | No | Filter by metadata.source.recordId |