Get items via PHP API by list of ids?

Hi all, Anyone know if there is a way to search items via the API using a list of item ids? I can do it using the entity repository but I’m unsure how to hydrate the items.

Thanks!

You can’t select multiple ids with the current api. So either a foreach, either using the doctrine item repository.