<!-- PCU: cli-list | contract: contracts/apr-page-cli-list-v1.yaml -->
# apr list
List cached models
**Category**: Registry & Resources
## Synopsis
```text
apr list [OPTIONS]
```
## Example
<!-- example-cost: trivial -->
```bash
apr list --json | jq length
```
## Full help
Run `apr list --help` for the complete option list.
## See also
- Source: [`crates/apr-cli/src/commands/list.rs`](https://github.com/paiml/aprender/blob/main/crates/apr-cli/src/commands/list.rs)
- Contract: [`contracts/apr-page-cli-list-v1.yaml`](https://github.com/paiml/aprender/blob/main/contracts/apr-page-cli-list-v1.yaml)