Get tasks
The Asana Get Tasks tool allows users to efficiently list and filter tasks within their Asana workspace by various contexts such as project, tag, section, or user task lists. It supports assignee and date filters to deliver tailored task views and enables managing tasks in bulk with ease.
Features
- Filter tasks by workspace, project, tag, section, or user task list for precise task retrieval.
- Supports assignee filters including 'me', specific users via email or user ID.
- Allows date-based filtering for tasks completed or modified since a specified datetime.
- Returns detailed task information including task names and IDs to facilitate task management.
- Supports pagination with limit and offset parameters for handling large task sets efficiently.
Benefits
- Streamlines task management by providing targeted task lists based on multiple contexts.
- Improves productivity through precise filtering and bulk operations on tasks.
- Facilitates easy tracking of task progress and updates with date-based filters.
- Enhances team collaboration by quickly retrieving tasks assigned to specific users.
- Reduces manual workload by automating filtered task views and data retrieval in Asana.
Description
List tasks filtered by context (workspace/project/tag/section/user list). One context required. Supports assignee, date filters. Returns task names and IDs. Use for filtered task views and bulk operations.
Parameters
11 parameters
| Name | Type | Description |
|---|---|---|
| workspace | string | Globally unique identifier for the workspace. |
| project | string | Globally unique identifier for the project. |
| tag | string | The tag GID to retrieve tasks for |
| section | string | Globally unique identifier for the section. |
| user_task_list | string | Globally unique identifier for the user task list. |
| assignee | string | User identifier to assign the task to. Can be "me", an email, or a user GID. |
| completed_since | string | Filter for tasks completed since this date in datetime format. |
| modified_since | string | Filter for tasks modified since this date in datetime format. |
| opt_fields | string | Comma-separated list of optional fields to include in the response. |
| limit | number | Number of sections to return per page (1-100). |
| offset | string | Pagination offset token. |