Get Projects
Returns the compact project records for some filtered set of projects. Use one or more of the parameters provided to filter the projects returned. Note: This endpoint may timeout for large domains. Try filtering by team!.
Parameters
Parameter | Description |
---|---|
Archived | Only return projects whose archived field takes on the value of this parameter. |
Team ID | The team to filter projects on. |
Workspace ID | The workspace or organization to filter projects on. |
Example Output
{
"data": [
{
"gid": "12345",
"name": "Stuff to buy",
"resource_type": "task"
}
]
}
Workflow Library Example
Get Projects with Asana and Send Results Via Email
Preview this Workflow on desktop