get_measurements
List all measurements (tables) in a specified InfluxDB database or bucket. Use this to discover available tables for building queries.
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 |