maton google-tasks task list

List tasks in a task list

maton google-tasks task list [flags]

Options

--completed-max <string>
Filter: completion date <= (YYYY-MM-DD or RFC 3339)
--completed-min <string>
Filter: completion date >= (YYYY-MM-DD or RFC 3339)
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--due-max <string>
Filter: due date <= (YYYY-MM-DD or RFC 3339)
--due-min <string>
Filter: due date >= (YYYY-MM-DD or RFC 3339)
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
-L, --limit <int> (default 0)
Max tasks per page (1–100)
-l, --list <string>
Task list ID (required)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--show-completed
Include completed tasks
--show-deleted
Include deleted tasks
--show-hidden
Include hidden tasks
--template <string>
Format JSON output using a Go template; see "maton help formatting"
--updated-min <string>
Filter: updated >= (YYYY-MM-DD or RFC 3339)

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton google-tasks tasks ls, maton google-tasks task ls

Examples

$ maton google-tasks task list -l MTYxNzM4
$ maton google-tasks task list -l MTYxNzM4 --show-completed --paginate
$ maton google-tasks task list -l MTYxNzM4 --due-min 2026-01-01 --due-max 2026-12-31

See also