# provisioner list
List provisioner daemons in an organization
Aliases:
* ls
## Usage
```console
coder provisioner list [flags]
```
## Options
### -l, --limit
| | |
|-------------|--------------------------------------------|
| Type | int |
| Environment | $CODER_PROVISIONER_LIST_LIMIT |
| Default | 50 |
Limit the number of provisioners returned.
### -f, --show-offline
| | |
|-------------|----------------------------------------------|
| Type | bool |
| Environment | $CODER_PROVISIONER_SHOW_OFFLINE |
Show offline provisioners.
### -s, --status
| | |
|-------------|---------------------------------------------|
| Type | [offline\|idle\|busy] |
| Environment | $CODER_PROVISIONER_LIST_STATUS |
Filter by provisioner status.
### -m, --max-age
| | |
|-------------|----------------------------------------------|
| Type | duration |
| Environment | $CODER_PROVISIONER_LIST_MAX_AGE |
Filter provisioners by maximum age.
### -O, --org
| | |
|-------------|----------------------------------|
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.
### -c, --column
| | |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Type | [id\|organization id\|created at\|last seen at\|name\|version\|api version\|tags\|key name\|status\|current job id\|current job status\|current job template name\|current job template icon\|current job template display name\|previous job id\|previous job status\|previous job template name\|previous job template icon\|previous job template display name\|organization] |
| Default | created at,last seen at,key name,name,version,status,tags |
Columns to display in table output.
### -o, --output
| | |
|---------|--------------------------|
| Type | table\|json |
| Default | table |
Output format.