> ## 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.

# get

> Retrieve a world by ID

Retrieves the structural definitions and metadata of a single World instance.

<ParamField path="--world" type="string" required>
  The unique system identifier of the target world. *Alias:* `-w`
</ParamField>

### Usage

```bash theme={null}
worlds get --world my-world
```
