--- title: influxctl token get description: > The `influxctl token get` command returns information about a database token in an InfluxDB cluster. menu: influxdb3_clustered: parent: influxctl token weight: 301 --- 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] ``` ## Flags | Flag | | Description | | :--- | :--------- | :-------------------------------------------- | | | `--format` | Output format (`table` _(default)_ or `json`) | | `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/clustered/reference/cli/influxctl/#global-flags)._ {{% /caption %}} ## Examples {{% code-placeholders "TOKEN_ID" %}} ```sh influxctl token get TOKEN_ID ``` {{% /code-placeholders %}} Replace the following: - {{% code-placeholder-key %}}`TOKEN_ID`{{% /code-placeholder-key %}}: token ID to delete