---
title: influxctl token list
description: The influxctl token list command lists all database tokens in an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/token/list/
estimated_tokens: 448
product: InfluxDB Clustered
version: clustered
---

# influxctl token list

The `influxctl token list` command lists all database tokens 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 list [--format=table|json]
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
|  | --sort | Sort output by a specific column ( id (default) or description) |
|  | --include-revoked | Include revoked tokens in the list |
| -h | --help | Output command help |

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