clickup_get_doc
Retrieve metadata for a specific ClickUp Doc including its name, parent location, and creation/update timestamps by providing the Doc ID.
Instructions
Fetch a single Doc's metadata (name, parent, timestamps).
When to Use:
To confirm a Doc's parent location or creation details by id.
When NOT to Use:
To read the Doc's text — use
clickup_get_doc_pages.To list its page tree — use
clickup_get_doc_page_listing.
Returns: The Doc's name, id, parent, workspace, creator, and created/updated times.
Examples:
params = {"doc_id": "8cbq..."}
Error Handling:
404 → Doc not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |