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
Documentation Index
Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt
Use this file to discover all available pages before exploring further.
Team ID that owns this evaluation
Successful Response
Response model for a single evaluation summary.