an object with query parameters
Optional
filter?: 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 experimentOptional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortExperimentsField(s) by which to sort response
Optional
options: ApiCallOptions
Retrieves a list of experiments based on provided filter and sort parameters.