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