> ## 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.

# training list

> List all training jobs and their current status

Lists all the Training Jobs that have been created. The output includes the name of the job, its status, age, and other relevant information.

## Usage

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

## Flags

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

## Examples

### List all training jobs

flexai training list

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

### List training jobs in JSON format

flexai training list --json

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