> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# dataset list

> List all datasets and their current status

Lists all the available datasets.

## Usage

```bash theme={null}
flexai dataset list [flags]
```

## Flags

| Flag        | Short | Type    | Description                                                                     |
| ----------- | ----- | ------- | ------------------------------------------------------------------------------- |
| `--help`    | `-h`  | boolean | Displays this help page.                                                        |
| `--json`    | `-j`  | boolean | Displays dataset information in JSON format instead of the default ASCII table. |
| `--verbose` | `-v`  | boolean | Provides more detailed output when listing datasets.                            |

## Examples

### List all datasets

flexai dataset list

```bash theme={null}
flexai dataset list
```

### List datasets in JSON format

flexai dataset list --json

```bash theme={null}
flexai dataset list --json
```
