get memory
This block is part of the anthropic group and was last modified in core v15.0.0.
get memory v15.0.0 Read a memory's contents by id (conversation history, memory files, summary) without creating one.
In pins 1 + flow
- flow
flow - id required
valueThe memory id to read.
Out pins 8 + flow
- flow
flow - success
condition - found
conditionTrue when a memory with this id exists.
- memory
anthropicmemoryThe memory handle (when found).
- history
array<object>The conversation turns.
- files
objectThe memory files (path -> markdown).
- summary
valueThe running summary.
- errors
array<value>Error codes when the call fails (success=false): config_error, internal_error.
- error detail
value
read memory |
memory contents |
load memory |
inspect memory |
A typical wiring for get memory: a function trigger starts the flow; value feeds the id pin; the flow out pin feeds debug.

Version history
Introduced in v15.0.0.
Back to
anthropic Return to the main group to view all sub-groups Back to anthropic Return to the group to view all blocks within this group
