---
title: Common parameters
description: 'Most InfluxDB Cloud API endpoints require parameters in the request–for example, to specify the bucket or organization. The following table shows common query parameters used by many InfluxDB Cloud API endpoints. Query parameter Value type Description bucket string The bucket name. bucketID string The bucket ID. org string The organization name. orgID string The organization ID. precision string Timestamp precision: ns, us, ms, s. db string The database (for v1-compatible endpoints).'
url: https://docs.influxdata.com/influxdb/cloud/api/common-parameters/
estimated_tokens: 505
product: InfluxDB Cloud (TSM)
version: cloud
---

[Download InfluxDB Cloud (TSM) API Spec](/openapi/influxdb-cloud-v2-api.yml)

Most InfluxDB Cloud API endpoints require parameters in the request–for example, to specify the bucket or organization.

The following table shows common query parameters used by many InfluxDB Cloud API endpoints.

| Query parameter | Value type | Description |
| --- | --- | --- |
| bucket | string | The bucket name. |
| bucketID | string | The bucket ID. |
| org | string | The organization name. |
| orgID | string | The organization ID. |
| precision | string | Timestamp precision: ns, us, ms, s. |
| db | string | The database (for v1-compatible endpoints). |
