list_datasets
Retrieve datasets (virtual tables) in the current workspace. Filter by name, schema, or database ID with compact, standard, or full response.
Instructions
List datasets (virtual tables) in the current workspace.
Datasets are the data sources for charts. Use list_databases to find connection IDs needed for creating new datasets.
Args: response_mode: 'compact', 'standard', or 'full'. Default: standard. name_contains: Case-insensitive substring filter on table_name. schema: Server-side exact-match filter on schema name. database_id: Server-side filter to datasets in this database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_mode | No | standard | |
| name_contains | No | ||
| schema | No | ||
| database_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |