Skip to main content
POST
/
v1
/
experiment_evaluations
{
  "data": {
    "id": "<string>"
  }
}

Body

application/json
experiment_run_id
string
required

The ID of the experiment run being evaluated

name
string
required

The name of the evaluation

annotator_kind
enum<string>
required

The kind of annotator used for the evaluation

Available options:
LLM,
CODE,
HUMAN
start_time
string<date-time>
required

The start time of the evaluation in ISO format

end_time
string<date-time>
required

The end time of the evaluation in ISO format

result
object | null

The result of the evaluation. Either result or error must be provided.

error
string | null

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

metadata
object | null

Metadata for the evaluation

trace_id
string | null

Optional trace ID for tracking

Response

Successful Response

data
object
required