from() function

    *Function type: Input
    **
    Output data type:* Record

    host, or orgID, and parameters are only required when querying data from a different organization or a remote InfluxDB instance.

    Name of the bucket to query.

    *Data type: String*

    bucketID

    *Data type: String*

    URL of the InfluxDB instance to query. See .

    *Data type: String*

    org

    Organization name.

    String-encoded to query.

    *Data type: String*

    token

    InfluxDB .

    *Data type: String*

    Examples

    Query using the bucket name
    Query using the bucket ID
    Query a remote InfluxDB Cloud instance

    Related articles