# ai_mentor_orgs_users_memory_entries_retrieve Get a memory entry's detail by its unique id. Sample response { "unique_id": "f03642ce-b7ec-42a2-8604-7aa0c6e7b6d3", "key": "new key", "value": "this is new memory value!", "inserted_at": "2025-09-01T14:43:36.232705+00:00", "updated_at": "2025-09-01T14:43:36.232712+00:00", "expires_at": null, "category": "lessons_learned" } Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/memory-entries/{entry_unique_id}/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `entry_unique_id` (string, required) - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `unique_id` (string) - `key` (string, required) - `value` (string,null) - `inserted_at` (string, required) - `updated_at` (string, required) - `expires_at` (string,null, required) - `category` (string,null, required)