hi! Is there a way to get all running experiments with the JS SDK? I see the REST API supports this, but was wondering if the SDK did too.
bumpy-night-17694
01/12/2024, 7:24 PM
I tried using
getExperiments
but it returns empty array. It seems it only gets populated after evaluating a feature. But I don’t have the feature keys in code, i would like to get them from growthbook as the source of truth instead of hardcoding them.