superset_group_list
List Apache Superset user groups to view group names and roles, with support for pagination, name-based filtering, and fetching all records.
Instructions
List Superset user groups.
A group combines users and roles. Users in a group inherit all roles assigned to the group.
Args: page: Page number (starting from 0). page_size: Number of records per page (max 100). q: RISON filter for search. Examples: - By name: (filters:!((col:name,opr:ct,value:moscow))) get_all: Fetch ALL records with automatic pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| page | No | ||
| get_all | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |