List Experiments
Lists experiments given a set of filters incl. their high-level statistics.
Authorizations
Body
Filters experiments to contain the given string in their name.
Filters experiments to contain the given UUIDs.
Filters experiments to contain the given metadata. The metadata_filter is a dictionary where the keys are the metadata keys and the values are the metadata values to filter by.
Name of the project to filter experiments by.
Filters experiments to contain the given string in their run name.
Response
Timestamp the experiment was created
Name of the experiment
List of population/dataset-level statistics. Typically contains mean of any reported scores, latencies, etc.
UUID of the project associated with this experiment
Status of the experiment
pending
, running
, completed
, failed
UUID of the created experiment
If experiment should be public
Any additional key-value pairs which provide context or are useful for filtering.
Number of samples in the experiment
Name of the run. Must be unique for each experiment and can only contain alphanumeric characters, hyphens, and underscores.
Was this page helpful?