Get evaluation result by ID
GET /evaluation-results/{evaluationResultId}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the evaluation result to retrieve
Unique identifier of the evaluation result to retrieve
Responses
Section titled “ Responses ”Evaluation result found
object
Unique identifier for the evaluation result (nanoid format)
ID of the parent evaluation
ID of the example being evaluated
ID of the pipeline execution created for this example
Status: ‘pending’, ‘passed’, ‘failed’, ‘error’, or ‘skipped’
Example input mapped to pipeline input format
Output from pipeline execution
Evaluation score (0.0 to 1.0)
Evaluator explanation/feedback
Error details if status is ‘error’ or ‘skipped’
When processing started for this example (ISO 8601)
When processing completed for this example (ISO 8601)
When the result was created (ISO 8601)
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist