# geni browser profiles

> List saved browsers and their logins.

Source: https://docs.generalinput.com/cli/browser/profiles



```sh
geni browser profiles [flags]
```

Lists your own saved browser (always present, even before it holds any login) plus browsers teammates shared with you that carry saved state. Each row shows the sites the browser is signed in to and whether each login is still active.

| Flag     | Notes                    |
| -------- | ------------------------ |
| `--json` | Machine-readable output. |

## Output [#output]

```
ID           OWNER   LOGINS
bprof_01HX   you     linkedin.com (signed in), app.hubspot.com (LOGGED OUT)
bprof_02AB   Ada     portal.example.com (signed in)
```

Pass an id to [`geni browser open --profile <id>`](/cli/browser/open). A `LOGGED OUT` login on your own browser is fixed with [`geni browser request-login <domain>`](/cli/browser/request-login).
