Skip to main content
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 of MemoryResponse objects.
integer
Memory identifier.
integer
Agent that formed the memory.
integer
Session identifier.
number
Memory strength (0.01.0).
number
Relevance score (0.01.0).
integer
Number of times the memory has been accessed.
integer
Formation timestamp (nanoseconds since Unix epoch).
integer
Last access timestamp.
integer
Context fingerprint.
EventContext
Full context object. See Types.
string
Episode outcome description.
string
One of: "Episodic", "Working", "Semantic", "Negative".