Get Evaluation Report Html
Download evaluation report HTML from S3 storage.
The HTML report is saved to S3 after the evaluation job completes. This is the preferred report format - can be viewed in browser or printed to PDF.
Args: evaluation_id: UUID of the evaluation team_id: Team ID that owns this evaluation (required query parameter) claims: JWT claims with user and team info diamond_domain: Diamond domain orchestrator (not used, kept for API consistency) storage: Evaluation storage adapter
Returns: HTML file response
Raises: HTTPException: 404 if report not found in storage, 403 if no permission
GET
Get Evaluation Report Html
Last modified on April 21, 2026
Previous
List Evaluation SummariesList evaluation summaries for a team with optional filters and pagination.
Args:
team_id: Team ID to list summaries for (required)
agent_id: Optional filter by agent ID
status: Optional filter by status (running, completed, failed, cancelled)
harness_type: Optional filter by harness type
tested_by: Optional filter by evaluation tool
limit: Max number of results (default 10, max 100)
offset: Number of results to skip for paging
claims: JWT claims with user and team info
summary_repo: Evaluation summary repository
Returns:
Paginated list of evaluation summaries with total count
Raises:
HTTPException: 401 if unauthorized, 403 if no permission
Next
Get Evaluation Report Html