0

How can i get a schema / list of existing fields, tags and measurements in particular bucket? I want to achieve this with using InfluxDB API or influxdb-client-js package in my JS app. Can it be done with proper query? Are there other options? Currently I'm using InfluxDB 2.2.0.

szylkret
  • 1
  • 1
  • 1
    Here you are official documentation - https://docs.influxdata.com/influxdb/cloud/query-data/flux/explore-schema/ – Amerousful Jun 26 '22 at 11:13

1 Answers1

0

The schema package in Flux allows you to introspect your data for this information.

mhall119
  • 522
  • 2
  • 3