List a dataset's tables
list_tablesThe tables in one dataset, without the full column schemas — the cheap call when you only need table ids and titles. Example: {"dataset_slug": "kden-metar-hourly"}. Returns {dataset_slug, tables: [{id, slug, title, license, version_id, capabilities}]}. Use get_dataset instead when you also want columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_slug | Yes |