Runs
Get Experiment Run
Retrieve a single experiment run.
Identified by run_id. Returns the run with its lifecycle status, timing,
score, and document progress counts. Returns 404 if no run with that ID
exists.
GET
Fetch an experiment run by
run_id. Use this while polling for
lifecycle.status, then inspect child records with List Experiment Run
Results or metrics
with Get Experiment Run Metrics.
Authorizations
Path Parameters
Response
Successful Response
A single execution of an experiment, identified by id.
Available options:
extract, classifier, split, for_each Available options:
3, 5, 7 The experiment run has been created but execution has not started.
- PendingWorkflowExperimentRun
- QueuedWorkflowExperimentRun
- RunningWorkflowExperimentRun
- CompletedWorkflowExperimentRun
- ErrorWorkflowExperimentRun
- CancelledWorkflowExperimentRun