# coder list
List workspaces
## Usage
```console
coder list [flags]
```
## Flags
### --all, -a
Specifies whether all workspaces will be listed or not.
| | |
| --- | --- |
| Default | false
|
### --column, -c
Columns to display in table output. Available columns: workspace, template, status, last built, outdated, starts at, stops after
| | |
| --- | --- |
| Default | [workspace,template,status,last built,outdated,starts at,stops after]
|
### --output, -o
Output format. Available formats: table, json
| | |
| --- | --- |
| Default | table
|
### --search
Search for a workspace with a query.
| | |
| --- | --- |
| Default | owner:me
|