memory_list
Retrieve saved memories from a store, ordered newest first, with optional filters by tags, namespace, agent, or thread. Use pagination to browse results in manageable batches.
Instructions
List memories in a store, newest first, with optional scope and tag filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (AND) | |
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset | |
| agentId | No | Filter by agent ID | |
| threadId | No | Filter by thread ID | |
| namespace | No | Filter by namespace | |
| instanceId | No | Optional instance ID override | |
| memory_name | Yes | The memory store name (from memory_stores) |