get_doc_blocks
Retrieve the content blocks of a ClickUp Doc by providing team and doc IDs, with optional pagination to manage large documents.
Instructions
Get the content blocks of a ClickUp Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number | |
| limit | No | Number of blocks per page | |
| doc_id | Yes | The ID of the doc | |
| team_id | Yes | The ID of the team (workspace) |