This was possible using the old version of the Python SDK however it does not appear to be possible here (or I”m missing). I’d like to grab all events in my account but only those that pertain to a certain set of metric_ids and for a specific time range. The problem with just grabbing all events is that on certain days, I’m grabbing 1million+ events which I don’t need. I’m hoping if I can narrow my query to a certain metric Id my query would take a lot less time.
Is this possible with the new version of the API?