get_table_fields
Retrieve field IDs, names, and types for a table to supply required IDs for building query_dataset calls with filters and aggregations.
Instructions
Get field IDs, names, and types for a table. You MUST call this before building query_dataset calls — field IDs are required for filters and aggregations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | The table ID (use list_tables to find it) |