Tool to retrieve a list of notes. Use when you need to list notes with optional filtering by owner, date, or content.
sortHow to sort the data. Format: 'attribute1,-attribute2' where '-' prefix means descending order.
fieldsarrayList of fields to include instead of default fields. Examples: 'id', 'body', 'owner_id', 'owner_type', 'created_at', 'updated_at'.
includestringComma-separated list of relationships to include. Acceptable: 'owner'.
filter_idstringFilter notes by ID. Supports exact match or operators.
page_sizeintegerNumber of notes per page.
filter_textstringFilter notes by text content (searches in body field).
page_numberintegerPage number to retrieve, must be >= 1.
filter_owner_idstringFilter notes by owner ID (the resource this note is attached to).
filter_created_atstringFilter notes by creation date. Use operators like 'gt', 'gte', 'lt', 'lte' with ISO8601 timestamps.
filter_owner_typestringFilter notes by owner type (e.g., 'customers', 'orders').
filter_updated_atstringFilter notes by last update date. Use operators like 'gt', 'gte', 'lt', 'lte' with ISO8601 timestamps.
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.