---
title: influxctl management list
description: The influxctl management list command lists all management tokens used to perform administrative tasks in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list/
estimated_tokens: 474
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/management/list/
date: '2025-03-13T17:02:04-06:00'
lastmod: '2025-03-13T17:02:04-06:00'
---

The `influxctl management list` command lists all management tokens used to
perform administrative tasks in an InfluxDB Cloud Dedicated 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/cloud-dedicated/reference/cli/influxctl/#global-flags).*

#### Related

* [List management tokens](/influxdb3/cloud-dedicated/admin/tokens/management/list/)
| Flag |  | Description |
| --- | --- | --- |
| 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 |
