Tool to list notes with pagination and filtering options. Supports filtering by collection, task presence, image presence, and file presence. Use when you need to retrieve multiple notes or search for notes matching specific criteria.
pagestringOpaque cursor returned from a previous request. Omit for the first page.
limitintegerMaximum number of notes to return. Defaults to 50.
order_bystringSort order for results. Choose between 'updated_at' (default) or 'created_at'.
collection_idstringOptional collection ID; when provided, only notes belonging to this collection are returned.
contains_filesbooleanWhen true, only notes containing at least one file/attachment are returned.
contains_tasksbooleanWhen true, only notes containing at least one task (open or closed) are returned.
contains_imagesbooleanWhen true, only notes containing at least one image are returned.
contains_open_tasksbooleanWhen true, only notes containing at least one open task are returned.
include_note_contentbooleanWhen true, include the markdown content for each note in results.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.