superset_group_get
Retrieve detailed information about a Superset group by its ID, including name, label, description, and associated roles and users.
Instructions
Get detailed information about a group by ID.
Returns: name, label, description, list of roles and users.
Args: group_id: Group ID (from group_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |