list_teams
Retrieve a paginated list of teams from Umami Analytics, with optional search and sorting by name or creation date.
Instructions
List all teams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| pageSize | No | Results per page (default 10) | |
| query | No | Search query to filter teams | |
| orderBy | No | Field to order by (e.g. 'name', 'createdAt') |