Get a single evaluation summary by evaluation ID.
Args: evaluation_id: UUID of the evaluation (same as summary ID) team_id: Team ID that owns this evaluation claims: JWT claims with user and team info summary_repo: Evaluation summary repository
Returns: Evaluation summary with scores and metadata
Raises: HTTPException: 401 if unauthorized, 403 if no permission, 404 if not found
Team ID that owns this evaluation
Successful Response
Response model for a single evaluation summary.