> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# versuno teams list

> List all teams and your personal workspace.

```
versuno teams list [--format json]
```

Fetches all teams you belong to and prints a table showing each team's ID, name, slug, your role, member count, and status. The currently active workspace is marked with `← active`.

## Options

| Flag            | Description                         |
| --------------- | ----------------------------------- |
| `--format json` | Output the raw teams array as JSON. |

## Example

```bash theme={null}
versuno teams list

versuno teams list --format json
```

## Output

```
Teams for you@example.com:

 ID           | NAME        | SLUG       | MY ROLE | MEMBERS | STATUS
--------------|-------------|------------|---------|---------|---------------
 tm_abc123    | Acme AI     | acme-ai    | owner   |       4 | active ← active
 tm_def456    | Side Project | side-proj  | member  |       2 | active
```

## See also

* [versuno switch](/cli/switch) — set the active workspace using a team ID or slug
