v3

latestOpenAPI 3.0.0private2026-07-31264964.3 KB

List notes

List notes with optional filtering by owner

get/notes

Query parameters

ownerIdstring

Optional: User id to filter notes by owner

parentNoteIdstring

Optional: filter to only return notes under this parent note id

orderBy'lastEditedAt_DESC' | 'lastEditedAt_ASC' | 'listPosition_DESC' | 'listPosition_ASC'

Optional: To change the order of the returned notes

cursorstring

Cursor to use to continue fetching notes

Response

Ok

totalnumber double required

Total number of children

hasNextPageboolean required

Is there any other page to fetch

nextCursorstring nullable required

Next cursor to continue fetching the paginate children