Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Function: getExperiment()
Parameters
options
The options for getting an experiment.id?
string
(Optional) The id of the experiment.
name?
string
(Optional) The name of the experiment.
projectName
string
The name of the project.
Returns
Promise<
| undefined
| ExperimentResponseType>
A promise that resolves to the experiment, or undefined if not found.