Get Evaluation Logs
Get 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
GET
Get Evaluation Logs
Last modified on April 21, 2026
Previous
Get EvaluationGet evaluation status.
Args:
evaluation_id: UUID of the evaluation (can be job_id or evaluation_id)
claims: JWT claims with user and team info
diamond_domain: Diamond domain orchestrator
Returns:
Current evaluation status with timestamps (returns Diamond's evaluation_id as source of truth)
Raises:
HTTPException: 404 if evaluation not found or user lacks access
HTTPException: 503 if evaluation status cannot be retrieved
Next
Get Evaluation Logs