← Tools Reference

InfluxDB Cloud

InfluxDB Cloud integration (Data, Developer Tools). Imported from open-connector.

API key3 tools{api_base_url}
GET
influxdb_cloud_list_buckets
List InfluxDB Cloud Serverless buckets visible to the connected API token.

/api/v2/buckets

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of buckets to return.
offsetintegeroptionalNumber of buckets to skip before returning results.
afterstringoptionalBucket ID after which to begin the page.
namestringoptionalReturn only buckets with this exact name.
idstringoptionalReturn only the bucket with this ID.
GET
influxdb_cloud_get_bucket
Retrieve one InfluxDB Cloud Serverless bucket by ID.

/api/v2/buckets/{bucketId}

1 parameter
ParamTypeRequiredDescription
bucketIdstringrequiredThe InfluxDB bucket ID.
GET
influxdb_cloud_query_influxql
Query an InfluxDB Cloud Serverless bucket with the v1-compatible InfluxQL HTTP API.

/query

4 parameters
ParamTypeRequiredDescription
databasestringrequiredBucket name mapped to the InfluxDB v1 database parameter.
querystringrequiredInfluxQL query to execute.
retentionPolicystringoptionalOptional retention policy name for the database-retention policy mapping.
epochstringoptionalOptional timestamp precision for unix epoch results.