latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

Get Memory

Get a single memory by ID.

Args: memory_id: ID of the memory to retrieve. authorized_user: Authorized user with organization context.

Returns: Memory object.

Raises: HTTPException: If memory not found or not authorized.

get/memories/{memory_id}

Path parameters

memory_idstring required

Response

Successful Response

idstring nullable

UUID of the memory

titlestring nullable required

Title of the memory

instructionsstring nullable required

Instructions or content

categorystring nullable

UUID of the category

use_casestring nullable

Use case for the memory

typestring nullable

Type of memory

is_enabledboolean nullable

Whether the memory is enabled

last_updated_user_idstring nullable

User ID who last updated this memory