Get Evaluation Summary
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
GET
Get Evaluation Summary
Path Parameters
Query Parameters
Team ID that owns this evaluation
Response
Successful Response
Response model for a single evaluation summary.
Last modified on April 21, 2026
Previous
Delete Evaluation SummaryDelete an evaluation summary row.
This endpoint only removes the summary cache row — it does not delete
the underlying evaluation job or S3 artifacts. To fully delete an
evaluation, use DELETE /evaluations/{evaluation_id}.
Args:
evaluation_id: UUID of the evaluation summary to delete
team_id: Team ID that owns this evaluation
claims: JWT claims with user and team info
summary_repo: Evaluation summary repository
Raises:
HTTPException: 401 if unauthorized, 403 if no permission, 404 if not found
Next
Get Evaluation Summary