Retrieves a list of tasks, allowing filtering by assignee (requires `workspace`), project, section, `completed_since`, and `modified_since`; `workspace` also requires `assignee`.
tagstringTag GID to filter tasks. Mutually exclusive with project, section, user_task_list, or assignee+workspace.
limitintegerNumber of task objects to return per page (1-100). Required when using assignee+workspace; defaults to 50 if omitted for that filter combination.
offsetstringOffset token for pagination, from next_page in a previous response. WARNING: Tokens expire after a short time. Use fresh tokens from recent API responses; do not cache for extended periods. If a token expires, restart pagination from the first page (omit offset).
projectstringProject GID to filter tasks. Mutually exclusive with section, tag, user_task_list, or assignee+workspace.
sectionstringSection GID to filter tasks. Mutually exclusive with project, tag, user_task_list, or assignee+workspace.
assigneestringUser identifier: 'me' for current user or a numeric GID. Must be used with `workspace`. When using assignee+workspace, always set a `limit` (defaults to 50 if omitted).
workspacestringWorkspace GID. Must be used with `assignee`. Mutually exclusive with project, section, tag, or user_task_list.
opt_fieldsarrayOptional fields to include. Use 'projects' (plural) for project data. See OptFieldsEnm0 for valid values.
opt_prettybooleanFormat JSON output with indentation for debugging (may increase response time/size).
modified_sincestringISO 8601 date-time. Returns tasks modified since this time (includes property/association changes).
user_task_liststringUser task list GID to filter tasks. Mutually exclusive with project, section, tag, or assignee+workspace.
completed_sincestringFilter for tasks incomplete or completed since this ISO 8601 date-time or 'now'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.