maton asana task list

maton asana task list [flags]

Asana requires either –project, or –assignee plus –workspace, to scope the listing. 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
--format <string>
Output format: 'json' (default) or 'text' on supported commands
--incomplete
Only return open (incomplete) tasks
-q, --jq <expression>
Filter JSON output using a jq expression
-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)
--project <string>
Project gid to list tasks from
--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 --project 67890 --paginate

See also