Get projects for workspace
The Asana Get Projects for Workspace tool enables users to retrieve a comprehensive list of all projects across every team within a specific workspace. Designed for workspace-wide operations, it returns project names and IDs even when the team is unknown, facilitating efficient project management and organization.
Features
- Retrieve all projects in a workspace regardless of the team association.
- Supports filtering by archived status to include or exclude archived projects.
- Pagination control with limit and offset parameters for managing large result sets.
- Returns essential project details such as project names and unique identifiers.
- Option to specify additional optional fields to customize the project data output.
Benefits
- Streamlines workspace-wide project management by aggregating projects across teams.
- Saves time by eliminating the need to query each team separately for projects.
- Enables better resource and workload planning by providing a complete project overview.
- Flexible data retrieval with filtering and pagination to handle large workspaces effectively.
- Improves integration workflows by providing consistent and comprehensive project data.
Description
Get ALL projects in a workspace across all teams. Returns project names and IDs. Use for workspace-wide operations or when team is unknown. May return large result set - consider using typeahead search first.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| workspace_gidrequired | string | Globally unique identifier for the workspace. |
| limit | number | Number of projects to return per page (1-100). |
| offset | string | Pagination offset token. |
| archived | boolean | Filter projects by archived status. |
| opt_fields | string | Comma-separated list of optional fields to include. |