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

Path Parameters

experiment_id
string
required

Body

application/json
dataset_example_id
string
required

The ID of the dataset example used in the experiment run

output
any
required

The output of the experiment task

repetition_number
integer
required

The repetition number of the experiment run

Required range: x > 0
start_time
string<date-time>
required

The start time of the experiment run

end_time
string<date-time>
required

The end time of the experiment run

trace_id
string | null

The ID of the corresponding trace (if one exists)

error
string | null

Optional error message if the experiment run encountered an error

Response

Experiment run created successfully

data
object
required