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