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

# influxctl token get

The `influxctl token get` command returns information about a database token in an InfluxDB Cloud Dedicated 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/cloud-dedicated/reference/cli/influxctl/#global-flags).*

## Examples

```sh
influxctl token get TOKEN_ID
```

Replace the following:

-   `TOKEN_ID`: token ID to get
