Documentation

Execute queries

Use tools and libraries to query data stored in an InfluxDB Cloud Serverless bucket.

InfluxDB 3 supports the following APIs and languages for querying data:

  • Flight+RPC with SQL or InfluxQL. Use InfluxDB client libraries and Flight+RPC clients to query with SQL or InfluxQL and retrieve data in Arrow in-memory format.
  • Flight SQL with SQL or InfluxQL. Use Flight SQL clients to query with SQL or InfluxQL and retrieve data in Arrow in-memory format.
  • HTTP /query endpoint for InfluxDB v1 compatibility when you bring workloads and code from v1.x to v3. Use the /query endpoint with InfluxQL and tools such as Telegraf, HTTP clients, and InfluxDB v1 client libraries to query and retrieve data in JSON or CSV format.

/api/v2/query endpoint can’t query InfluxDB 3

InfluxDB Cloud Serverless doesn’t support the InfluxDB v2 HTTP /api/v2/query endpoint and isn’t optimized for the Flux query language. Use SQL or InfluxQL to query data stored in InfluxDB 3.

Learn how to connect to InfluxDB and query your data using the following tools:


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB 3 Core and Enterprise are now in Beta

InfluxDB 3 Core and Enterprise are now available for beta testing, available under MIT or Apache 2 license.

InfluxDB 3 Core is a high-speed, recent-data engine that collects and processes data in real-time, while persisting it to local disk or object storage. InfluxDB 3 Enterprise is a commercial product that builds on Core’s foundation, adding high availability, read replicas, enhanced security, and data compaction for faster queries. A free tier of InfluxDB 3 Enterprise will also be available for at-home, non-commercial use for hobbyists to get the full historical time series database set of capabilities.

For more information, check out:

InfluxDB Cloud Serverless