docs-v2/content/influxdb/cloud-serverless/query-data/_index.md

27 lines
819 B
Markdown

---
title: Query data in InfluxDB Cloud
seotitle: Query data stored in InfluxDB Cloud
description: >
Learn to query data stored in InfluxDB using SQL and InfluxQL.
menu:
influxdb_cloud_serverless:
name: Query data
weight: 4
influxdb/cloud-serverless/tags: [query]
aliases:
- /influxdb/cloud-serverless/query-data/execute-queries/influx-api/
---
Learn to query data stored in InfluxDB.
{{% note %}}
#### Choose the query method for your workload
- For new query workloads, use one of the many available [Flight clients](/influxdb/cloud-serverless/tags/flight-client/) and SQL or InfluxQL.
- [Use the HTTP API `/query` endpoint and InfluxQL](/influxdb/cloud-serverless/query-data/execute-queries/v1-http/) when you bring existing v1 query workloads to {{% product-name %}}.
{{% /note %}}
{{< children >}}