POST
/
api
/
parea
/
v1
/
experiments

Body

project_name
string

Name of the project to filter experiments by.

experiment_name_filter
string

Filters experiments to contain the given string in their name.

run_name_filter
string

Filters experiments to contain the given string in their run name.

metadata_filter
dict[str, any]

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.