# ai_analytics_orgs_users_mentor_summary_retrieve Retrieve summary statistics about mentors. This endpoint returns aggregated statistics about mentors within an organization, including total mentors, active mentors (mentors with at least one session), questions answered, and ratings. Args: request: The HTTP request. org: Organization key identifier. Returns: Response: Summary statistics about mentors. Raises: NotFound: If the specified organization does not exist. Endpoint: GET /api/ai-analytics/orgs/{org}/users/{user_id}/mentor-summary/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `total_mentors` (integer, required) - `active_mentors` (integer, required) - `total_questions_answered` (integer, required) - `total_ratings` (integer, required)