Sanity.get_document

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

get_document(document_id, opts)

View Source

Specs

get_document(String.t(), keyword()) :: map() | nil

Convenience function for fetching a single document by ID. See doc/1.

See request/2 for supported options.