fossa_list_teams
List FOSSA organization teams with roles, member counts, and owned projects/release groups. Supports search and pagination; optionally includes full member lists.
Instructions
List the teams in the FOSSA organization.
Read-only. Paginated: FOSSA caps page_size at 50, and search filters by
team name. Each result carries the team's default role, its member count, and
how many projects and release groups it owns.
Setting include_all_with_members switches to FOSSA's older unpaginated
endpoint, which returns every team with its full member list inline. That
is the only call that answers "who is in which team" in one request, but
FOSSA marks it deprecated and it accepts no paging or search, so it is not
the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | ||
| page_size | No | ||
| include_all_with_members | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||