list_datasets
Fetches all QuickSight datasets with names, IDs, and import modes, enabling dataset discovery before SQL retrieval or updates.
Instructions
List all QuickSight datasets with their names, IDs, and import mode.
Returns every dataset in the account with:
name: Human-readable dataset name
id: Dataset ID (use this for other dataset operations)
import_mode: SPICE (cached) or DIRECT_QUERY (live)
Results are cached for 5 minutes. Use this to discover datasets before calling get_dataset_sql or update_dataset_sql.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||