API Reference
List Notes
List all accessible meeting notes with pagination. Filter by date, fetch notes from shared workspace folders.
GET
List notes
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return notes created before this date
Example:
"2026-01-27"
Return notes created after this date
Example:
"2026-01-27"
Return notes updated after this date
Example:
"2026-01-27"
Return notes in this folder and any of its child folders. Use the list folders endpoint to discover folder IDs.
Pattern:
^fol_[a-zA-Z0-9]{14}$Example:
"fol_4y6LduVdwSKC27"
The cursor to continue from
Example:
"eyJjcmVkZW50aWFsfQ=="
Maximum number of notes to return per page
Required range:
1 <= x <= 30Example:
10
List notes

