Get Memory
API Reference
Get Memory
GET /v1/memories/:id — Retrieve a single memory by ID.
GET
Get Memory
Price: FREE
Path Parameters
string
required
UUID of the memory to retrieve.
Response (200)
Returns the full memory object.string
UUID of the memory.
string
UUID of the owning user.
string
Namespace of the memory.
string
The memory text.
object
Metadata attached to the memory.
number
Importance value (0–1).
string
Memory type:
correction, preference, decision, project, observation, or general.string | null
Session ID, if set.
string | null
Agent ID, if set.
boolean
Whether the memory is pinned (exempt from decay).
string | null
ISO 8601 expiry date, if set.
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.
string
ISO 8601 last access timestamp.
number
Number of times this memory has been recalled.
Errors
Example
Response