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

# Get All Memories • AI Agent SDK

> get_all_memories: Return all memories for the agent (no embedding required).

# get\_all\_memories

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**DakeraMemoryAdapter**](../classes/DakeraMemoryAdapter) class in the [**factories**](../modules/factories) module.

Return all memories for the agent (no embedding required).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_all_memories() -> List[Dict[str, Any]]
```

### Returns

<ResponseField name="Returns" type="List[Dict[str, Any]]">
  The result of the operation.
</ResponseField>

## Uses

* `batch_recall`
* `BatchRecallRequest`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/memory/adapters/factories.py#L692">
  `praisonaiagents/memory/adapters/factories.py` at line 692
</Card>
