an object with query parameters
Optionalfilter?: stringExperiment fields by which you can filter responses within this tenant
ownerId ID string - ID of the owner/user that created the experimentspaceId ID string (or empty string for personal space) - ID of the space where the experiment is saved.experimentVersionId UUID string - ID of an experiment version in the experimentmodelId UUID string - ID of a model associated with the experimentdeploymentId UUID string - ID of a deployment of a model associated with the experimentOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortExperimentsField(s) by which to sort response
Optionaloptions: ApiCallOptions
Retrieves a list of experiments based on provided filter and sort parameters.