Function that allows you to get an experiment by ID.
Example:
const experiment = await trieve.getExperiment("123"); Copy
const experiment = await trieve.getExperiment("123");
Optional
Function that allows you to get an experiment by ID.
Example: