> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Read document content

> WHEN TO USE: You need raw TipTap JSON for programmatic manipulation. For reading/understanding content, prefer read_document_text instead. Read a…

`read_document_content`

WHEN TO USE: You need raw TipTap JSON for programmatic manipulation. For reading/understanding content, prefer read\_document\_text instead. Read a document's full content as TipTap JSON by connecting to the live collaboration server. Returns the structured JSON tree with node types, attributes, marks, and text.

## Parameters

<ParamField path="documentId" type="string" required>
  ID of the document to read.
</ParamField>
