list_memories
List all stored memories for a user or agent, with pagination. Filter by user, agent, or run ID to narrow down results.
Instructions
List all memories for a user or agent with pagination.
OPTIONAL: 'user_id' OR 'agent_id' (if neither provided, auto-detects current user) OPTIONAL: 'run_id' - filter by session/run identifier OPTIONAL: 'page', 'page_size' - pagination controls (default: page_size=25)
Returns: All memories belonging to the specified user/agent, sorted by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| run_id | No | ||
| user_id | No | ||
| verbose | No | ||
| agent_id | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |