superset_rls_list
Fetch Row Level Security (RLS) rules with pagination, filtering, and an optional mode to retrieve all records in one call.
Instructions
Get the list of Row Level Security rules.
RLS adds a WHERE clause to queries for specific roles.
Args: page: Page number (starting from 0). page_size: Number of records per page (max 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 |