Get all teams in the workspace visible to the authorized user.

External Documentation

To learn more, visit the Asana documentation.

Parameters

ParameterDescription
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.
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.Note: You can only pass in an offset that was returned to you via a previously paginated request.
Return All PagesAutomatically fetch all resources, page by page.
Workspace IDThe global ID of a workspace or organization.

Example Output

{
	"data": [
		{
			"gid": "12345",
			"name": "Marketing",
			"resource_type": "task"
		}
	]
}

Workflow Library Example

Get Teams for Workspace with Asana and Send Results Via Email

Preview this Workflow on desktop