Get experiment
Fetch one experiment batch with its run summaries and evaluator results grouped by run id.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation id or typed alias.
Experiment batch id.
Response
Experiment detail with runs and results.
Experiment batch detail.
Experiment batch id. Some CLI commands historically call this a batch id.
Automation this experiment belongs to.
workflow, agent Experiment batch status.
queued, running, completed Total runs in the experiment.
-9007199254740991 <= x <= 9007199254740991Runs that have completed.
-9007199254740991 <= x <= 9007199254740991Runs whose evaluator scores passed.
-9007199254740991 <= x <= 9007199254740991Runs whose evaluator scores failed.
-9007199254740991 <= x <= 9007199254740991Average automated evaluator score.
Runs created for dataset examples in this experiment.
Evaluator results keyed by run id.