---
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: 365
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/table/list/
date: '2025-06-30T15:05:37-06:00'
lastmod: '2025-06-30T15:05:37-06:00'
---

* 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/)
| Argument | Description |
| --- | --- |
| Argument | Description |
| DATABASE_NAME | Name of the target database |

| Flag |  | Description |
| --- | --- | --- |
| 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 |
