Compass-specific data about a team.

Parameters

ParameterDescription
Cloud IDThe unique Cloud ID of your Atlassian site which can be retrieved using “Get Cloud ID”.
Team IDThe unique internal team’s ID.

Example Output

{
	"data": {
		"compass": {
			"teamData": {
				"teamId": "<string>",
				"labels": [],
				"currentCheckin": null
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "<string>",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}

Workflow Library Example

Get Team Data with Compass and Send Results Via Email

Preview this Workflow on desktop