I am trying to get a list of distinct values of a particular tag across all devices in my application. I think I can do this with a keyBy operation in a workflow, merged across pages of an open device query, but is there a better way? We have thousands of devices and can only paginate ~200 before we hit the 5MB payload limit.
Really, if I could just get an output of tag data and throw away all the other device information, I can go from there. I only need the one tag and it feels wasteful to grab an entire device of data just for one datapoint.