---
title: influxctl token get
description: The influxctl token get command returns information about a database token in an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/token/get/
estimated_tokens: 554
product: InfluxDB Clustered
version: clustered
---

# influxctl token get

The `influxctl token get` command returns information about a database token in 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 token get [command options] <TOKEN_ID>
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
|  | --include-revoked | Allow returning a revoked token |
| -h | --help | Output command help |

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

## Examples

```sh
influxctl token get TOKEN_ID
```

Replace the following:

-   `TOKEN_ID`: token ID to get
