# ai_analytics_orgs_users_topic_overview_retrieve Retrieve aggregated topic statistics. This endpoint returns statistical information about topics within an organization, including total topics, new topics, and percentage changes compared to the previous month. Results can be filtered by mentor. Args: request: The HTTP request containing filter query parameters. org: Organization key identifier. Returns: Response: Statistical information about topics. Raises: NotFound: If the specified organization or mentor does not exist. Query Parameters: mentor_id (str): Filter statistics by mentor unique ID. Endpoint: GET /api/ai-analytics/orgs/{org}/users/{user_id}/topic-overview/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `mentor_id` (string) Filter statistics by mentor unique ID ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `total_topics` (integer, required) - `total_topics_change_percentage` (number, required) - `new_topics` (integer, required) - `new_topics_change_percentage` (number, required)