POST
/
api
/
parea
/
v1
/
experiment
/
{experiment_uuid}
/
finished

Authorizations

x-user-id
string
headerrequired

Path Parameters

experiment_uuid
string
required

Body

application/json
status
enum<string>
default: completed

Status of the experiment. Should be completed or failed

Available options:
pending,
running,
completed,
failed
dataset_level_stats
object[] | null

List of dataset level evals/scores which should be added to the experiment. Examples are Pearson correlation between outputs and targets/ground truth values.

Response

200 - application/json
parent_trace_stats
object[]
required

Stats of root-level trace logs of an experiment