Lists/searches existing memory entries with filtering and pagination; critically, this action retrieves memories and does *not* create new ones, despite its name.
pageintegerPage number for paginated results (1-indexed).
org_idstringUnique organization ID to filter memories. Preferred over the deprecated `org_name`.
filtersRequiredobjectRequired filters to retrieve memories (CANNOT be empty - must specify at least one filter condition). Logical operators (`AND`, `OR`, `NOT`) must be UPPERCASE and take a list of conditions. Comparison operators must be lowercase: `in` (matches any value), `gte` (>=), `lte` (<=),…
org_namestringDEPRECATED: Organization name to filter memories. Use `org_id` instead for improved stability and future compatibility.
page_sizeintegerNumber of memory entries per page.
project_idstringUnique project ID to filter memories. Preferred over the deprecated `project_name`.
project_namestringDEPRECATED: Project name to filter memories. Use `project_id` instead for improved stability and future compatibility.
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.