Get projects for team
The Asana Get Projects for Team tool is designed to retrieve a comprehensive list of all projects associated with a specific team, including both active and archived projects. It supports pagination for handling large numbers of projects, making it essential for managing and viewing team portfolios effectively.
Features
- Fetches all projects for a given team using the team's unique identifier (team_gid).
- Supports filtering projects by archived status to include either active or archived projects.
- Implements pagination controls with limit and offset parameters for large project lists.
- Allows the inclusion of optional fields to customize the project data returned.
- Provides both project IDs and detailed attributes to facilitate integration and management tasks.
Benefits
- Enables efficient management and overview of all team projects in one place.
- Improves workflow and project tracking by supporting both active and archived project views.
- Facilitates seamless integration with Asana's API for automated project data retrieval.
- Supports scalability with pagination for teams handling numerous projects.
- Customizable data output helps tailor information to specific business or team needs.
Description
List all projects for a team. Returns both active and archived projects with IDs. Use after finding team ID via typeahead. Supports pagination for teams with many projects. Essential for team portfolio views.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| team_gidrequired | string | Globally unique identifier for the team. |
| archived | boolean | Filter projects by archived status. |
| limit | number | Number of projects to return per page (1-100). |
| offset | string | Pagination offset token. |
| opt_fields | string | Comma-separated list of optional fields to include. |