Do you mean getting the current state of items different from the one being updated?
In general, synchronous requests for the current state of an item are not available.
You should keep your own cache for each item you are interested in, updating it in onItemUpdate.