I need to track how many time a certain event has been fired.
Is it possible to get the number via Apmplitude API?
The only way I came up with is executing https://amplitude.com/api/2/events/list
then searching for the event I am interested in and than getting it "totals" number
Is there a more simple way to accomplish this?