# provisioner jobs list
List provisioner jobs
Aliases:
* ls
## Usage
```console
coder provisioner jobs list [flags]
```
## Options
### -s, --status
| | |
|-------------|----------------------------------------------------------------------------------|
| Type | [pending\|running\|succeeded\|canceling\|canceled\|failed\|unknown] |
| Environment | $CODER_PROVISIONER_JOB_LIST_STATUS |
Filter by job status.
### -l, --limit
| | |
|-------------|------------------------------------------------|
| Type | int |
| Environment | $CODER_PROVISIONER_JOB_LIST_LIMIT |
| Default | 50 |
Limit the number of jobs returned.
### -O, --org
| | |
|-------------|----------------------------------|
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.
### -c, --column
| | |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Type | [id\|created at\|started at\|completed at\|canceled at\|error\|error code\|status\|worker id\|file id\|tags\|queue position\|queue size\|organization id\|template version id\|workspace build id\|type\|available workers\|organization\|queue] |
| Default | created at,id,organization,status,type,queue,tags |
Columns to display in table output.
### -o, --output
| | |
|---------|--------------------------|
| Type | table\|json |
| Default | table |
Output format.