get_doc
Retrieve a ClickUp Doc's title, parent location, and settings by providing its Doc ID.
Instructions
Get a single Doc's metadata by id (ClickUp Docs v3) — its title, parent location and settings. Use get_doc_pages to read the actual content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| doc_id | Yes | ID of the Doc to fetch. |