list_teams
Retrieve all teams from a Grafana organization with optional pagination and field filtering. Returns a JSON list of team details.
Instructions
List all teams in the organization.
Args: connection_name: Name of the Grafana connection page: Optional page number per_page: Optional page size fields: Optional subset of Grafana team fields (for example: id,orgId,uid,name,avatarUrl,email,memberCount)
Returns: JSON string with list of teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| fields | No | ||
| per_page | No | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |