Documentation

Shortcode test page

InfluxDB Cloud (TSM) InfluxDB Cloud cloud Cloud cloud2.influxdata.com 2.7.5

GET https://cloud2.influxdata.com/api/v2/query
HIDDEN_IN_CORE

Authentication credentials

The examples below assume your InfluxDB host, organization, and token are provided by either the active influx CLI configuration or by environment variables (INFLUX_HOST, INFLUX_ORG, and INFLUX_TOKEN). If you do not have a CLI configuration set up or the environment variables set, include these required credentials for each command with the following flags:

  • --host: InfluxDB host
  • -o, --org or --org-id: InfluxDB organization name or ID
  • -t, --token: InfluxDB API token
    Show more
    _time_measurementcitycountry_field_value
    2022-01-01T12:00:00ZweatherLondonUKtemperature12.0
    2022-02-01T12:00:00ZweatherLondonUKtemperature12.1
    2022-03-01T12:00:00ZweatherLondonUKtemperature11.5
    2022-04-01T12:00:00ZweatherLondonUKtemperature5.9
    _time_measurementcitycountry_field_value
    2022-01-01T12:00:00ZweatherCologneDEtemperature13.2
    2022-02-01T12:00:00ZweatherCologneDEtemperature11.5
    2022-03-01T12:00:00ZweatherCologneDEtemperature10.2
    2022-04-01T12:00:00ZweatherCologneDEtemperature7.9
    _time_measurementcitycountry_field_value
    2022-01-01T12:00:00ZweatherLondonUKhumidity88.4
    2022-02-01T12:00:00ZweatherLondonUKhumidity94.0
    2022-03-01T12:00:00ZweatherLondonUKhumidity82.1
    2022-04-01T12:00:00ZweatherLondonUKhumidity87.6
    _time_measurementcitycountry_field_value
    2022-01-01T12:00:00ZweatherCologneDEhumidity88.5
    2022-02-01T12:00:00ZweatherCologneDEhumidity87.8
    2022-03-01T12:00:00ZweatherCologneDEhumidity76.4
    2022-04-01T12:00:00ZweatherCologneDEhumidity93.3

    Was this page helpful?

    Thank you for your feedback!


    New in InfluxDB 3.8

    Key enhancements in InfluxDB 3.8 and the InfluxDB 3 Explorer 1.6.

    See the Blog Post

    InfluxDB 3.8 is now available for both Core and Enterprise, alongside the 1.6 release of the InfluxDB 3 Explorer UI. This release is focused on operational maturity and making InfluxDB easier to deploy, manage, and run reliably in production.

    For more information, check out:

    InfluxDB Docker latest tag changing to InfluxDB 3 Core

    On April 7, 2026, the latest tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments.

    If using Docker to install and run InfluxDB, the latest tag will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the latest version tag with a specific version tag in your Docker pull command–for example:

    docker pull influxdb:2

    InfluxDB Cloud powered by TSM