fossa_get_team
Retrieve a FOSSA team's details by ID. Optionally include its members, projects, and release groups.
Instructions
Get a FOSSA team by its numeric id, and any of its member, project, and release group listings.
Read-only. Sections: "team" is the team record and its counts, "members" is the users in it with their team role, "projects" is the project locators assigned to it, "release_groups" is the release groups assigned to it. Defaults to "team" alone. Each section costs one FOSSA request, so ask only for what is needed.
page, page_size, and search apply to the three list sections and are
shared across them; sort orders "projects" and "release_groups" by title
and is rejected if neither is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| search | No | ||
| team_id | Yes | ||
| sections | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||