# ai_prompt_orgs_users_chat_memory_status_retrieve Retrieve the chat memory status for a specific user. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to retrieve memory status for. Returns: Response: The user's chat memory status. Raises: NotFound: If no memory status exists for the user. Endpoint: GET /api/ai-prompt/orgs/{org}/users/{user_id}/chat-memory-status/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `id` (integer, required) - `username` (string, required) - `platform_key` (string, required) - `enabled` (boolean)