# geni auth status (/cli/auth/status)



```sh
geni auth status [flags]
```

Prints the signed-in user, active workspace, and session expiry. Exits non-zero if you're not signed in.

## Output [#output]

```
Authenticated as jack@generalinput.com
Active workspace: acme (Acme Inc., admin)
Session expires:  2026-08-12 (in 90 days)
```

## Flags [#flags]

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