curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v2/projects/proj-a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6/memories/mem-123' \ -H 'Authorization: Bearer sk_xxxxxx'
{ "success": true, "data": { "id": "mem-123", "content": "User prefers Hangzhou cuisine restaurants", "expired": false, "user_id": "user-abc123", "created_at": "2024-01-15T10:00:00Z", "updated_at": "2024-01-15T10:00:00Z" } }
Returns the content and metadata of a single memory
GET /openapi/memorylake/api/v2/projects/{id}/memories/{memoryId}
Show Memory object