---
title: influxctl token list
description: The influxctl token list command lists all database tokens in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list/
estimated_tokens: 336
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/token/list/
date: '2025-04-04T12:57:06-05:00'
lastmod: '2025-04-04T12:57:06-05:00'
---

The `influxctl token list` command lists all database tokens 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 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/cloud-dedicated/reference/cli/influxctl/#global-flags).*
| Flag |  | Description |
| --- | --- | --- |
| 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 |
