I'm developing a project using Notion API and I need to get a list of pages given the relative id list.
I basically have a list of ids saved locally and I want to get the list of relative pages.
I already tried to use the Query a database endpoint but it seems that it doesn't support filtering by the ID field.
The easy solution is to make N calls to the Retrieve a page endpoint, but of course this wouldn't be optimal.
Does anyone knows a better solution?