---
title: influxctl table list
description: The influxctl table list command lists all tables in the specified database.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/table/list/
estimated_tokens: 479
product: InfluxDB Clustered
version: clustered
---

# influxctl table list

-   influxctl 2.10.2+

The `influxctl table list` command lists all tables in the specified database in an InfluxDB cluster.

## Usage

```sh
influxctl table list [flags] <DATABASE_NAME>
```

## Arguments

| Argument | Description |
| --- | --- |
| DATABASE_NAME | Name of the target database |

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --filter-status | Only list tables with a specific status (active (default) or deleted) |
|  | --format | Output format (table (default) or json) |
| -h | --help | Output command help |

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

#### Related

-   [List tables](/influxdb3/clustered/admin/tables/list/)
