get_measurement_schema
Retrieve a measurement's schema: its columns, types, and categories. Use it to inspect InfluxDB table structure before querying or writing data.
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 |