superset_permission_list
Retrieve all permission records in Apache Superset with pagination and filtering. Each entry combines an action and resource, enabling security audit and role management.
Instructions
Get the list of all available permissions (permission_view_menu) in Superset.
Each permission is a combination of an action (can_read, can_write, can_explore) and a resource.
Args: page: Page number (starting from 0). page_size: Number of records per page (defaults to 100). q: RISON filter for searching. 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 |