# get apps

The `kots get apps` command lists installed applications.

### Usage

```bash
kubectl kots get apps [flags]
```

- _Provide `[flags]` according to the table below_

| Flag              | Type   | Description                                                         |
| :---------------- | ------ | ------------------------------------------------------------------- |
| `-h, --help`      |        | help for get apps                                                   |
| `-n, --namespace` | string | the namespace where the Admin Console is running _(required)_       |

### Example

```bash
kubectl kots get apps -n default
```