v51

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

Create run for an experiment

post/v1/experiments/{experiment_id}/runs

Path parameters

experiment_idstring required

Request body

dataset_example_idstring required

The ID of the dataset example used in the experiment run

{"stackTrail":"components:schemas:CreateExperimentRunRequestBody:properties:output","oasType":"schema","type":"unknown","title":"Output","description":"The output of the experiment task"}
repetition_numberinteger required

The repetition number of the experiment run

start_timestring date-time required

The start time of the experiment run

end_timestring date-time required

The end time of the experiment run

trace_idstring nullable

The ID of the corresponding trace (if one exists)

errorstring nullable

Optional error message if the experiment run encountered an error

Response

Experiment run created successfully