Skip to content

cu task list

cu task list

List tasks

Synopsis

List tasks from ClickUp with various filtering and sorting options.

cu task list [flags]

Options

      --assignee string   Filter by assignee (username or ID)
      --due string        Filter by due date (today, tomorrow, week, overdue)
  -f, --folder string     Folder ID or name
  -h, --help              help for list
      --limit int         Maximum number of tasks to return (default 30)
  -l, --list string       List ID or name
      --order string      Sort order (asc, desc) (default "asc")
      --page int          Page number for pagination
      --priority string   Filter by priority
      --sort string       Sort by field (created, updated, due, priority)
  -s, --space string      Space ID or name
      --status string     Filter by status
      --tag string        Filter by tag

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/cu/config.yml)
      --debug           enable debug mode
  -o, --output string   output format (table|json|yaml|csv) (default "table")

SEE ALSO

Auto generated by spf13/cobra on 29-Jun-2025