v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
experiments

Create or update evaluation for an experiment run

post/v1/experiment_evaluations

Request body

experiment_run_idstring required

The ID of the experiment run being evaluated

namestring required

The name of the evaluation

annotator_kind'LLM' | 'CODE' | 'HUMAN' required

The kind of annotator used for the evaluation

start_timestring date-time required

The start time of the evaluation in ISO format

end_timestring date-time required

The end time of the evaluation in ISO format

errorstring nullable

Error message if the evaluation encountered an error. Either result or error must be provided.

metadataobject nullable

Metadata for the evaluation

trace_idstring nullable

Optional trace ID for tracking

Response

Successful Response