Skip to content

Get evaluation result by ID

GET
/evaluation-results/{evaluationResultId}
evaluationResultId
required

Unique identifier of the evaluation result to retrieve

string

Unique identifier of the evaluation result to retrieve

Evaluation result found

object
evaluationResultId
required

Unique identifier for the evaluation result (nanoid format)

string
evaluationId
required

ID of the parent evaluation

string
exampleId
required

ID of the example being evaluated

string
executionId
required

ID of the pipeline execution created for this example

string
nullable
status
required

Status: ‘pending’, ‘passed’, ‘failed’, ‘error’, or ‘skipped’

string
Allowed values: pending passed failed error skipped
mappedInput

Example input mapped to pipeline input format

nullable
actualOutput

Output from pipeline execution

nullable
score
required

Evaluation score (0.0 to 1.0)

number
nullable
feedback
required

Evaluator explanation/feedback

string
nullable
errorMessage
required

Error details if status is ‘error’ or ‘skipped’

string
nullable
startedAt
required

When processing started for this example (ISO 8601)

string format: date-time
nullable
completedAt
required

When processing completed for this example (ISO 8601)

string format: date-time
nullable
createdAt
required

When the result was created (ISO 8601)

string format: date-time

Bad Request - Validation error or invalid input

object
error
required
string
code
string
details
nullable
retryable
boolean

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean