Get a filtered list of projects.

Note: This endpoint may timeout for large domains. Try filtering by team.

External Documentation

To learn more, visit the Asana documentation.

Parameters

ParameterDescription
ArchivedOnly return projects whose archived field takes on the value of this parameter.
Include FieldsSpecify which properties to include in the response.
LimitResults per page. The number of objects to return per page. The value must be between 1 and 100.Note: To use the Limit and Offset parameters or to Return All Pages, you must provide a Workspace ID.
OffsetAn offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an offset parameter to the next request. If an offset is not passed in, the API will return the first page of results. You can only pass in an offset that was returned to you via a previously paginated request.Note: To use the Limit and Offset parameters or to Return All Pages, you must provide a Workspace ID.
Return All PagesAutomatically fetch all resources, page by page.
Team IDThe team to filter projects on.
Workspace IDThe workspace or organization to filter projects on.Note: To use the Limit and Offset parameters or to Return All Pages, you must provide a Workspace ID.

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