latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Teams

Get a Team

Retrieve a team by name

get/orgs/{org_name}/teams/{team_slug}

Path parameters

org_namestring required
team_slugstring required

Response

Retrieved

namestring required
descriptionstring
idstring required

The team ID

slugstring required

The public slug of the team

member_countinteger

The number of members that are part of this team

Example response

{
  "name": "Honeybee Contributors",
  "description": "The Honeybee team works on all things energy modelling",
  "id": "142ee933-6110-4186-92ab-92df359aa108",
  "slug": "ladybug-tools/honeybee-contributors",
  "member_count": 5
}