> ## 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 prompts projects list

> List all projects in the active workspace.

```
versuno prompts projects list [--format json]
```

Fetches all projects for the active workspace and prints a table showing each project's ID, name, path, and asset count.

## Options

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

## Example

```bash theme={null}
versuno prompts projects list

versuno prompts projects list --format json
```

## Output

```
Workspace: tm_abc123

 ID           | NAME           | PATH            | ASSETS
--------------|----------------|-----------------|-------
 proj_abc123  | Customer Bot   | customer-bot    |      8
 proj_def456  | Internal Tools | internal-tools  |      3

Use `versuno prompts projects use <id>` to set the active project.
```

## See also

* [versuno prompts projects use](/cli/projects-use) — set the active project
* [versuno prompts projects pull](/cli/projects-pull) — pull all assets in a project
