get_dataset_schema
Retrieve column names, data types, and total row count for a dataset. Use this before querying to understand available columns for filtering and sorting.
Instructions
Get the column names, data types, and total row count for a dataset. Always call this before query_dataset to understand the available columns for filtering and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | The UUID of the dataset to get the schema for |