Hi, Is there an API where I can pull all published...
# ask-questions
d
Hi, Is there an API where I can pull all published (only, not created, not updated) experiments in a given time period? Or Is there any webhook event to which I can subscribe to get the published only events?
f
we're doing a big refactor of the API to support more use cases
🙌 1
should be launched very soon
d
that's wonderful, any ETA?
f
Yes you can query the LIST experiments by status as per this PR - https://github.com/growthbook/growthbook/pull/5663
✅ 1
Thus allowing you to retrieve all running experiments and ignoring draft or stopped one
d
thank you