MemoryKit

Get Memory

Retrieve a single memory by ID.

Path parameters

ParameterTypeDescription
idstringThe memory ID

Response

Returns the full memory object with content and metadata.

{
  "id": "mem_abc123",
  "status": "completed",
  "content": "Meeting notes from Q4 planning...",
  "title": "Q4 Planning Notes",
  "type": "meeting",
  "tags": ["planning", "q4"],
  "metadata": { "department": "engineering" },
  "userId": "user_123",
  "created_at": "2025-01-15T10:30:00Z",
  "updated_at": "2025-01-15T10:31:00Z"
}

On this page