---
title: influxctl table list
description: The influxctl table list command lists all tables in the specified database.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/table/list/
estimated_tokens: 486
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl table list

-   influxctl 2.10.2+

The `influxctl table list` command lists all tables in the specified database in an InfluxDB Cloud Dedicated 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/cloud-dedicated/reference/cli/influxctl/#global-flags).*

#### Related

-   [List tables](/influxdb3/cloud-dedicated/admin/tables/list/)
