# ai_analytics_orgs_users_topics_summary_list Retrieve a summary of the most frequent topics. This endpoint returns a summary of the top 10 topics discussed in chat sessions, ordered by conversation count. Results can be filtered by mentor and date range. Args: request: The HTTP request containing filter query parameters. org: Organization key identifier. Returns: Response: A list of the top 10 topics with their conversation counts. Raises: NotFound: If the specified organization does not exist. BadRequest: If the provided date format is invalid. Query Parameters: mentor_id (str): Filter by mentor unique ID. start_date (str): Start date for filtering (YYYY-MM-DD). end_date (str): End date for filtering (YYYY-MM-DD). Endpoint: GET /api/ai-analytics/orgs/{org}/users/{user_id}/topics/summary/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `end_date` (string) - `start_date` (string) ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `name` (string, required) - `conversation_count` (integer, required)