<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-kafka-mirror-list"></a>

# confluent kafka mirror list

## Description

List mirror topics in a cluster or under a cluster link.

```none
confluent kafka mirror list [flags]
```

## Flags

```none
    --link string             Name of cluster link.
    --mirror-status string    Mirror topic status. Can be one of "active", "failed", "paused", "stopped", or "pending_stopped". If not specified, list all mirror topics.
    --kafka-endpoint string   Endpoint to be used for this Kafka cluster.
    --cluster string          Kafka cluster ID.
    --context string          CLI context name.
    --environment string      Environment ID.
-o, --output string           Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

List all mirror topics in the cluster:

```none
confluent kafka mirror list --cluster lkc-1234
```

List all active mirror topics under “my-link”:

```none
confluent kafka mirror list --link my-link --mirror-status active
```

## See Also

* [confluent kafka mirror](index.md#confluent-kafka-mirror) - Manage cluster linking mirror topics.
