Note API
List Notes
Get a paginated list of notes with various filtering options
Retrieve a paginated list of notes with various filtering options.
Query Parameters
Number of notes to return (1-100)
Pagination offset
Field to sort by. Options: createdAt
, updatedAt
, title
Sort order. Options: asc
, desc
Filter by note status. Options: idle
, recording
, postprocessing
,
completed
Filter by note kind. Options: online
, in-person
, podcast
Search query for title or content
Filter by creator user ID
Filter notes created after date (ISO 8601)
Filter notes created before date (ISO 8601)
Filter by comma-separated tag IDs
Filter by participant email
Response
List of notes
Pagination metadata