Hey WP
You can include the tags after the scope descriptor, separated by a comma.
So, for example, if you wanted to return all devices with any of the tags "engineering" and "hq", you'd do:
scope=withAny,engineering,hq
For any devices without any of the tags "compromised", you would do:
scope=withoutAny,compromised
etc.
Hope this helps!