Retrieves tasks from a specified Asana project, allowing filtering by completion status and selection of optional fields for detailed responses.
limitintegerMaximum number of tasks to return per page. Defaults to 100 to enable pagination and avoid API errors on large projects.
offsetstringOpaque pagination token from a previous response's 'next_page.offset' field. Must be passed exactly as received without any modification or truncation. If omitted or empty, returns the first page. Tokens expire after some time.
opt_fieldsarrayOptional fields for a detailed task representation (e.g., 'assignee', 'due_on'), as tasks are compact by default. Refer to Asana API docs for all field names.
opt_prettybooleanIf true, returns human-readable JSON; useful for debugging but increases response size.
project_gidRequiredstringGlobally unique identifier (GID) of the project.
completed_sincestringFilters tasks: returns incomplete tasks or those completed after the specified ISO 8601 date-time (e.g., '2023-10-26T10:00:00Z') or 'now'. If omitted or empty, no completion filter is applied.
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.