Skip to main content
list_document_blocks WHEN TO USE: Before calling patch_document to get block IDs. List all blocks in a document with their blockId, type, and text excerpt. Use this to identify blocks before patching. Much more token-efficient than read_document_content for editing workflows.

Parameters

documentId
string
required
ID of the document to list blocks for.