# external-workspaces list
List external workspaces
Aliases:
* ls
## Usage
```console
coder external-workspaces list [flags]
```
## Options
### -a, --all
| | |
|------|-------------------|
| Type | bool |
Specifies whether all workspaces will be listed or not.
### --search
| | |
|---------|-----------------------|
| Type | string |
| Default | owner:me |
Search for a workspace with a query.
### -c, --column
| | |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Type | [favorite\|workspace\|organization id\|organization name\|template\|status\|healthy\|last built\|current version\|outdated\|starts at\|starts next\|stops after\|stops next\|daily cost] |
| Default | workspace,template,status,healthy,last built,current version,outdated |
Columns to display in table output.
### -o, --output
| | |
|---------|--------------------------|
| Type | table\|json |
| Default | table |
Output format.