Hey there -
I've successfully gotten the RealTime API to spit back the desired data (a specific set of events where label == 'x'). I want to sort them by timestamp. Can I do that? I don't see any column for timestamp in the response, so I'm wondering if it's even possible. Essentially, I want to go one step further and say "give me all the events where label == 'x' and it was tracked within the last 5 minutes" - I was planning on doing that with a sort by timestamp and just grabbing all the "new" events off the top of the list, but if you can filter it before hand, that would be even better!
Checked the API reference with no luck.
Thanks in advance!