get_table_schema
Retrieve the column names and types of any table in Dune Analytics. Useful for understanding table structure before querying.
Instructions
Get columns for a table. Costs Credits (runs SELECT * LIMIT 0).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |