doc_list_blocks
Retrieve a paginated list of all blocks in a Feishu document. Specify document ID and optional page size and token to navigate through content.
Instructions
列出飞书文档中的所有块(支持分页)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | 分页大小,最大 500 | |
| page_token | No | 分页标记 | |
| document_id | Yes | 文档 ID | |
| document_revision_id | No | 文档版本 ID,-1 表示最新版本 |