Hi,
Is there a way to not cache the response results of the event segmentation API?
The curl request is below:
curl --location -g --request GET 'https://amplitude.com/api/2/events/segmentation?e={"event_type": "_all"}&start=20240701&end=20240730&m=totals&i=30'
--header 'Authorization: Basic xxx'
It looks like the value of data.series in the response has been cached for several hours.
Is there a way to arbitrarily control the cache?