25 lines
816 B
Markdown
25 lines
816 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:
|
|
influxdb3_cloud_serverless:
|
|
name: Query data
|
|
weight: 4
|
|
influxdb3/cloud-serverless/tags: [query]
|
|
aliases:
|
|
- /influxdb3/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](/influxdb3/cloud-serverless/tags/flight-client/) and SQL or InfluxQL.
|
|
> - [Use the HTTP API `/query` endpoint and InfluxQL](/influxdb3/cloud-serverless/query-data/execute-queries/v1-http/) when you bring existing v1 query workloads to {{% product-name %}}.
|
|
|
|
{{< children >}}
|