---
title: influxctl cluster get
description: The influxctl cluster get command returns information about an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/cluster/get/
estimated_tokens: 532
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl cluster get

The `influxctl cluster get` command returns information about an InfluxDB Cloud Dedicated cluster.

The `--format` flag lets you print the output in other formats. Default: `table`.

The `json` format:

-   outputs additional fields not included in `table`
-   is available for easier programmatic parsing by other tooling

## Usage

```sh
influxctl cluster get <CLUSTER_ID>
```

## Arguments

| Argument | Description |
| --- | --- |
| CLUSTER_ID | ID of the cluster to get |

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
| -h | --help | Output command help |

*Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags).*

## Examples

##### Return information about a cluster

```sh
influxctl cluster get 000xX0Xx-00xX-XXx0-x00X-00xxX0xXX00x
```
