Using the Event store

Hi, firstly great CMS!
I have a query regarding events. I have setup the Event Store to use GetEventStore, however the History Api controller only returns events that have been stored in MongoDb. Is this by design or is there another method for returning events from Event Store?

The History controller returns not the original events. You can write an IEventConsumer or use the rule system, but there is no endpoint yet.