docs-v2/content/v2.0/organizations/buckets/view-buckets.md

1.0 KiB

title seotitle description menu weight
View buckets View buckets in InfluxDB View a list of all the buckets for an organization in InfluxDB using the InfluxDB UI or the influx CLI.
v2_0
name parent
View buckets Manage buckets
202

View buckets in the InfluxDB UI

  1. Click the Organizations tab in the navigation bar.

    {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}

  2. Click on the name of an organization, then select the Buckets tab. All of the organization's buckets appear.

  3. Click on a bucket to view details.=

View buckets using the influx CLI

Use the influx bucket find command to view a buckets in an organization. Viewing bucket requires the following:

influx bucket find

Other filtering options such as filtering by organization, name, or ID are available. See the influx bucket find documentation for information about other available flags.