Let’s say I wanted to make a watcher for a select list of events.
Naturally, I’ll be querying /v1/events, possibly specifying a world_id.
I see how to limit the output to one event, but it’s not clear if you support having the results limited to a set of event_ids, rather than dumping all of them. Sending one query per event is not the right answer (slow and expensive). So in the meantime I’m just gonna dump all the events, and filter client side.
However, if it would take any pressure off your severs for me to be more specific in what I want, then let us know what the syntax is. Thanks!

.