> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Agent Memories

## Overview

List all saved memories for this agent with topics, keywords, and previews. Optionally filter by keyword.

### Use Cases

* **Memory browser**: Render the agent's full memory store in a debugging view.
* **Pruning**: Identify memories to remove or merge.
* **Contextual filtering**: Scope memories by a topic before passing them to the LLM.

## Configuration Fields

### Keyword Filter

* **Description**: Optional keyword to filter memories.

### Output Variable Name

* **Description**: Variable name to store the list of memories.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Save Agent Memory](./save_to_agent_kb) to add new memories.
* [Look Up Agent Memories](./query_agent_kb) for semantic search.
