---
title: influxctl management list
description: The influxctl management list command lists all management tokens used to perform administrative tasks in an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/management/list/
estimated_tokens: 606
product: InfluxDB Clustered
version: clustered
---

# influxctl management list

The `influxctl management list` command lists all management tokens used to perform administrative tasks in an InfluxDB cluster. It returns the token description and other relevant information.

#### Management token strings are not retrievable

The actual management token string is not printed and is only returned when creating the token.

#### Revoked tokens are included in output

Revoked tokens still appear when listing management tokens, but they are no longer valid for any operations.

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 management list [--format=table|json]
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
|  | --sort | Sort output by a specific column (created (default), id, description, prefix, expires, revoked) |
| -h | --help | Output command help |

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

#### Related

-   [List management tokens](/influxdb3/clustered/admin/tokens/management/list/)
