get_memories
Retrieve stored memories in chronological order for browsing or auditing purposes, with pagination support for efficient navigation.
Instructions
List stored memories chronologically with pagination. Unlike search_memories, this does NOT rank by relevance.
When to use: Browsing, auditing, or when you need to see everything — not find something specific. When NOT to use: Looking for specific info (use search_memories) or loading user profile (use get_knowledge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Filter to one user. | |
| agent_id | No | Filter to one agent. | |
| page | No | Page number (starts at 1). | |
| page_size | No | Items per page (default 10, max 100). |