# Teams

Teams

## Get Team Hierarchy

 - [GET /v1/teams/hierarchy](https://apidocs.harness.io/teams/get-team-hierarchy.md): Returns the full hierarchy of Teams (sub-teams nested to N levels) for selecting a parent Team within the requested scope.

## Get entities owned by a team

 - [GET /v1/teams/{scope}/{identifier}/owned-entities](https://apidocs.harness.io/teams/get-team-owned-entities.md): List all catalog entities owned by the given team. When include_child_teams is true, also includes entities owned by all descendant subteams at any depth in the team hierarchy. The team must be a group entity (kind=group).

