superset_role_list
List Apache Superset roles with pagination, optional rison filters, and a get-all mode for complete role enumeration.
Instructions
Get the list of Superset roles.
Standard roles: Admin, Alpha, Gamma, sql_lab, Public.
Args: page: Page number (starting from 0). page_size: Number of records per page (max 100). q: RISON filter for searching. Examples: - By name: (filters:!((col:name,opr:ct,value:admin))) get_all: Fetch ALL records with automatic pagination (ignores page/page_size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| page | No | ||
| get_all | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |