memory_list
List memories from a store, newest first. Filter by thread, agent, namespace, tags, or use pagination for targeted retrieval.
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) |