---
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: 292
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/token/get/
date: '2026-05-15T15:46:14-06:00'
lastmod: '2026-05-15T15:46:14-06:00'
---

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
| Flag |  | Description |
| --- | --- | --- |
| Flag |  | Description |
|  | --format | Output format ( table   (default)  or  json ) |
|  | --include-revoked | Allow returning a revoked token |
| -h | --help | Output command help |
