Notes
List notes
List all notes for a household
GET
List notes
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
The household ID
Query Parameters
Page number
Items per page (1-100, default: 25). Values over 100 will be clamped to 100.
Required range:
1 <= x <= 100Filter by hidden status
Filter by pinned status
Previous
Create a noteCreate a new note for a household. Notes use a wrapped body; the required field is note.content: { "note": { "content": "..." } }.
Next
List notes