Skip to content

clickup view get

Get a view

Synopsis

Get detailed information about a ClickUp view.

clickup view get <view-id> [flags]

Examples

# Get a view
clickup view get 3v-abc123
# Get as JSON
clickup view get 3v-abc123 --json

Options

-h, --help help for get
--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