superset_database_list
List all database connections in Superset, showing IDs, names, engine types, and statuses. Call this first to get current IDs before fetching database details.
Instructions
List database connections configured in Superset.
Returns the ID, name, engine type, and status of each connection. IMPORTANT: always call before database_get to discover current IDs.
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:database_name,opr:ct,value:postgres))) - By type: (filters:!((col:backend,opr:eq,value:postgresql))) 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 |