I can run:
curl 'http://localhost:1081/1.0/event?expression=cube_request(path)&limit=1'
but this gives me only 'path'. I'd like to see a full record in my 'cube explorer' tool. Is there an * character that allows to effectively do a SELECT *? Or perhaps some other API?
I could always dig into the mongo backend, but perhaps there's a way to do this via the evaluator service.