I would like to have a REST API that will return all events in the last X hours.
The closest to what I need is the /events/retrieve but it requires list of events ids.
I would like to have the same functionality without the need to know the events ids in advance.