Get agent memories
Memory
Get agent memories
Retrieve long-term memories for a specific agent.
GET
Get agent memories
Path parameters
integer
required
Agent identifier (
u64).Query parameters
integer
default:"10"
Maximum number of memories to return. Max:
1000.Response
Returns an array ofMemoryResponse objects.
integer
Memory identifier.
integer
Agent that formed the memory.
integer
Session identifier.
number
Memory strength (
0.0–1.0).number
Relevance score (
0.0–1.0).integer
Number of times the memory has been accessed.
integer
Formation timestamp (nanoseconds since Unix epoch).
integer
Last access timestamp.
integer
Context fingerprint.
string
Episode outcome description.
string
One of:
"Episodic", "Working", "Semantic", "Negative".