Returns the content of the current version of the document with the specified id.
<Check title="Required Permissions" icon="key">The user must have at least `read` permissions for the specified document.</Check>
read permissions for the specified document.Bearer authentication of the form Bearer <token>, where token is your auth token.
Whether to stream the content as a file. By default, the document’s content is returned in a model containing a property Content holding the content as a string.
The response format. Supported values are html and markdown.