acoustic-morning-65689
03/27/2025, 8:56 PMExperiment snapshot error
. This goes away if I manually push the Update
button on the experiment.
Is there a way to get this to update regularly or automatically? I configured my experiments to update automatically every 30 seconds using a crontab setting. But it doesn't update the way that I expected. Is there any way to check that the experiment update is actually working?
EDIT: SOLVED -- See threadacoustic-morning-65689
03/27/2025, 9:28 PM/experiments/:id/snapshot
API. I tried hitting it from my admin
role API key, but I get a 401 jwt malformed
error.acoustic-morning-65689
03/27/2025, 11:45 PMacoustic-morning-65689
03/28/2025, 12:04 AMcurl -v -X POST \
-H "Authorization: Bearer [obfuscated]" \
-H "Content-Type: application/json" \
-d '{"triggeredBy": "manual"}' \
<https://api.growthbook.io/api/v1/experiments/:id/snapshot>
fresh-football-47124
fresh-football-47124
acoustic-morning-65689
03/28/2025, 2:26 PMfresh-football-47124
fresh-football-47124