superset_report_list
Lists Apache Superset reports and alerts, with filtering by name, type, or active status, pagination controls, and an option to fetch all records automatically.
Instructions
List Superset reports and alerts.
Reports send periodic screenshots of dashboards/charts. Alerts send notifications when a SQL condition is met.
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:search_term))) - By type: (filters:!((col:type,opr:eq,value:Report))) - Active only: (filters:!((col:active,opr:eq,value:!t))) 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 |