get_doc
Retrieve a ClickUp Doc's metadata: name, parent location, and visibility using its doc ID.
Instructions
Get a Doc's metadata — name, parent location, visibility.
Use get_doc_page or get_doc_pages to read page content. ClickUp's public API has no Doc-comment endpoint, so this cannot retrieve comment threads on a Doc.
Args: doc_id: The Doc's ID, as returned by create_doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |