Tool to search tasks across a workspace with advanced filters. Use when performing complex queries such as overdue tasks, by project or custom field, for reporting or automation.
textstringSearch for tasks containing this text in name or notes. At least one search filter must be provided.
limitintegerMaximum number of results to return (1-100).
opt_fieldsarrayAdditional fields to include in each task object; see Asana API docs for available fields.
opt_prettybooleanPretty-print the JSON response with indentation (useful for debugging).
assignee_anyarrayReturn tasks assigned to any of these user GIDs; use 'me' for current user or 'null' for unassigned tasks. At least one search filter must be provided.
projects_anyarrayReturn tasks in any of these project GIDs. Must contain valid numeric Asana project identifiers (e.g., '1205766922013215'). At least one search filter (projects_any, assignee_any, resource_subtype, or text) must be provided.
workspace_gidRequiredstringNumeric GID of the workspace to search. Must be a valid numeric workspace identifier (e.g., '1205766922013215'). Note: Unlike assignee_any, 'me' is not a valid value for workspace_gid - use a numeric GID obtained from the workspaces endpoint.
resource_subtypestringFilter by task subtype: 'default_task' for regular tasks, 'milestone' for milestones. At least one search filter must be provided.
composio_execution_messagestringMessage explaining any automatic modifications made to the request.
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.