# ai_analytics_orgs_users_overview_summary_retrieve Retrieve an overview of key analytics metrics. This endpoint returns a comprehensive overview of key analytics metrics for an organization, including: - Conversation volume: Total sessions and month-over-month change - Users: Total unique users and month-over-month change - Topics: Total unique topics and month-over-month change - User ratings: Total ratings and month-over-month change Results can be filtered by mentor. Args: request: The HTTP request containing filter query parameters. org: Organization key identifier. user_id: User identifier (not used in the implementation). Returns: Response: Overview of key analytics metrics with month-over-month changes. Raises: NotFound: If the specified organization does not exist. Query Parameters: mentor_id (str): Filter analytics by mentor unique ID. Endpoint: GET /api/ai-analytics/orgs/{org}/users/{user_id}/overview-summary/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `group_by` (string) - `mentor_id` (string) Filter analytics by mentor unique ID ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `conversation_volume` (object, required) - `conversation_volume.total` (integer, required) - `conversation_volume.change` (number, required) - `users` (object, required) - `topics` (object, required) - `user_rating` (object, required)