Skip to main content

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

ParameterDescription
ArchivedOnly return projects whose archived field takes on the value of this parameter.
Team IDThe team to filter projects on.
Workspace IDThe 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

Workflow LibraryPreview this Workflow on desktop