> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devbox list

> List the Devboxes available to the current user.

List the Devboxes available to the current user. The default table is intended for interactive use; JSON output is available for scripts.

## Usage

```bash theme={null}
devbox list [flags]
```

## Examples

### List your Devboxes

```bash theme={null}
devbox list
```

### List all workspace Devboxes as JSON

```bash theme={null}
devbox list --show-all --output json
```

## Options

<ResponseField name="-o, --output" type="string">
  Set the output format to `json` or `table`. When omitted, the CLI renders a table.
</ResponseField>

<ResponseField name="--show-all" type="boolean" default="false">
  Include Devboxes owned by other workspace members instead of showing only yours.
</ResponseField>

## Related topics

<Columns cols={2}>
  <Card title="Managing Devboxes" icon="settings" href="/docs/devbox/managing">
    Learn about Devbox lifecycle operations.
  </Card>

  <Card title="devbox create" icon="plus" href="/docs/reference/devbox-cli/create">
    Create a Devbox.
  </Card>
</Columns>
