The `influxctl table list` command lists all tables in the specified database in an {{< product-name omit=" Clustered" >}} cluster. ## Usage ```sh influxctl table list [flags] ``` ## Arguments | Argument | Description | | :---------------- | :-------------------------- | | **DATABASE_NAME** | Name of the target database | ## Flags | Flag | | Description | | :--- | :--------- | :-------------------------------------------- | | | `--format` | Output format (`table` _(default)_ or `json`) | | `-h` | `--help` | Output command help | {{% caption %}} _Also see [`influxctl` global flags](/influxdb3/version/reference/cli/influxctl/#global-flags)._ {{% /caption %}}