Get Evaluation Pdf Report
Get PDF trust report for an evaluation.
PDF reports are automatically generated when evaluations complete (same flow as HTML reports).
Args: evaluation_id: UUID of the evaluation team_id: Team ID that owns this evaluation claims: JWT claims with user and team info report_storage: Report storage adapter
Returns: PDF response with the report content
Raises: HTTPException: 401 if unauthorized, 403 if no permission, 404 if report not found
GET
Get Evaluation Pdf Report
Last modified on April 21, 2026
Previous
Get Evaluation LogsGet evaluation job logs from Kubernetes.
Args:
evaluation_id: UUID of the evaluation
claims: JWT claims with user and team info
diamond_domain: Diamond domain orchestrator
Returns:
Job logs as dict with "logs" key
Raises:
HTTPException: 404 if logs not available
Next
Get Evaluation Pdf Report