Sanity.get_documents

You're seeing just the function get_documents, go back to Sanity module for more information.
Link to this function

get_documents(document_ids, opts)

View Source

Specs

get_documents([String.t()], keyword()) :: [map()]

Convenience function for fetching a list of documents by ID. See doc/1.

The order/position of documents is preserved based on the original list of IDs. If any documents cannot be found then the returned list will contain nil for that document.

See request/2 for supported options.