v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Diamond
evaluations

Get Evaluation

Get 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

get/v1/evaluations/{evaluation_id}

Path parameters

evaluation_idstring uuid required

Response

Successful Response

evaluation_idstring uuid required
statusstring required
scoresobject nullable
created_atinteger required
started_atinteger nullable required
completed_atinteger nullable required
error_messagestring nullable required
status_messagestring nullable