get_measurements
Retrieve all measurements (tables) from a specified InfluxDB database or bucket to quickly discover its schema and available data structures.
Instructions
Get a list of all measurements (tables) in a database/bucket (all versions). Uses the InfluxDB information_schema.columns to discover tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Name of the database/bucket to list measurements from |