List teams
team_listList teams — scoped to what the signed-in account can see: teams they belong to, created, or administer via being an admin of the team's event. This is never a full public directory of every team on the platform.
Filter by event_slug to see just one event's teams, or search to
match team/project name and description. Use team_get for the full
detail of one team once you have its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| search | No | Match against team name, description or project name. | |
| page_size | No | Rows per page (max 100). | |
| event_slug | No | Only teams at this event. |