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

# list

> List persistent worlds

Retrieves an array of all World items in your organization workspace.

<ParamField path="--page" type="number">
  The pagination cursor for traversing large lists. *Alias:* `-p`
</ParamField>

<ParamField path="--page-size" type="number">
  The maximum number of worlds to return per page. *Alias:* `-s`
</ParamField>

### Usage

```bash theme={null}
worlds list --page 1 --page-size 50
```
