> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-building-commands/training-commands/list-trained-model.md).

# list trained-model

The `list trained-model` command lists all ML model training runs for a specific ML model.

## Syntax

{% code overflow="wrap" %}

```
list trained-model <model name>[,<run id>[,detail ]]
```

{% endcode %}

## Parameters

| Parameter      | Description                                                         |
| -------------- | ------------------------------------------------------------------- |
| `<model name>` | The name of the ML model                                            |
| `<run id>`     | The specific training run identifier. Defaults to the last 20 runs. |

## Example

{% code overflow="wrap" %}

```
list trained-model trip_fare_2_ml_model,1
```

{% endcode %}
