---
title: "list memories · RUAL Documentation"
description: "List all memories (id, timestamps, expiry, turn count) for browsing or housekeeping."
canonical: https://docs.rual.nl/block-types/anthropic/anthropicconnection_list_memories
language: en
---

# list memories

This block is part of the [`anthropic`](https://docs.rual.nl/block-types/anthropic) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

List all memories (id, timestamps, expiry, turn count) for browsing or housekeeping.

- flow `flow`

- limit `number` Max memories to return. Default 100.

- flow `flow`

- success `condition`

- memories `array ` One object per memory: {id, guid, created, updated, expiry, turn_count}.

- count `number` Total memories matched.

- errors `array ` Error codes when the call fails (success=false): config_error, internal_error.

- error detail `value`

| `memories` |
| --- |
| `all memories` |
| `browse memories` |
| `memory list` |

A typical wiring for [list memories](https://docs.rual.nl/block-types/anthropic/anthropicconnection_list_memories): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the list memories block: typical wiring for list memories.](https://docs.rual.nl/canvas-examples/anthropicconnection_list_memories.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
