---
title: influxctl cluster get
description: The influxctl cluster get command returns information about an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/cluster/get/
estimated_tokens: 304
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/cluster/get/
date: '2025-01-13T07:21:11-07:00'
lastmod: '2025-01-13T07:21:11-07:00'
---

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

The `--format` flag lets you print the output in other formats.
The `json` format is available for programmatic parsing by other tooling.
Default: `table`.

## 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/clustered/reference/cli/influxctl/#global-flags).*

## Examples

##### Return information about a cluster

```sh
influxctl cluster get 000xX0Xx-00xX-XXx0-x00X-00xxX0xXX00x
```
| Argument | Description |
| --- | --- |
| Argument | Description |
| CLUSTER_ID | ID of the cluster to get |

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