get
https://app.asana.com/api/1.0/workspaces//projects
Required scope: projects:read
Returns the compact project records for all projects in the workspace.
Note: This endpoint may timeout for large domains. To fetch projects shared with a specific team, use GET /memberships with member set to the team GID and resource_subtype set to project_membership.
Customizing the responseRequests to this endpoint return "compact" project objects (schema) by default. To include more fields in the response, see input/output options.