maton asana task list
maton asana task list [flags]
Asana requires a scope: –project, –assignee plus –workspace, or –parent (lists subtasks of the given task). Use –incomplete to fetch only open tasks.
Options
-
--assignee <string> - Assignee gid (use 'me' for yourself)
-
--completed-since <string> - Only tasks completed after this ISO timestamp
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--dry-run - Print the request that would be sent without executing it
-
--incomplete - Only return open (incomplete) tasks
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json - Output raw JSON
-L,--limit <int> (default 0)- Max results per page
-
--offset <string> - Pagination offset token
-
--opt-fields <string> - Comma-separated fields (e.g. name,completed,due_on,assignee)
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--parent <string> - Parent task gid (lists its subtasks)
-
--project <string> - Project gid to list tasks from
-t,--template <string>- Format JSON output using a Go template; see "maton help formatting"
-w,--workspace <string>- Workspace gid (required when using --assignee)
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton asana task list --project 67890
$ maton asana task list --assignee me --workspace 12345
$ maton asana task list --assignee me -w 12345 --incomplete
$ maton asana task list --parent 11111
$ maton asana task list --project 67890 --paginate