get_measurement_schema
Retrieve the complete schema for any InfluxDB measurement, including column names, data types, and categories (time, tag, field).
Instructions
Get the schema (column information) for a specific measurement/table (all versions). Shows column names, types, and categories (time/tag/field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Name of the database/bucket containing the measurement | |
| measurement | Yes | Name of the measurement to describe |