Skip to content

clickup doc view

View a ClickUp Doc

Synopsis

Display details about a ClickUp Doc including its metadata and parent location.

clickup doc view <doc-id> [flags]

Examples

# View a Doc
clickup doc view abc123
# View as JSON
clickup doc view abc123 --json

Options

-h, --help help for view
--jq string Filter JSON output using a jq expression
--json Output JSON
-r, --raw Output raw strings instead of JSON-encoded (use with --jq)
--template string Format JSON output using a Go template

SEE ALSO