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

# wazoo usage

> View account and world usage metrics

The `wazoo usage` command retrieves consumption and quota usage metrics for a
specific world or account. For the full request surface, see the
[Platform API](/platform/api).

## Usage

```bash theme={null}
wazoo usage <worldId> [options]
```

## Parameters

| Parameter   | Description                                             |
| :---------- | :------------------------------------------------------ |
| `<worldId>` | **Required.** The unique identifier of the target world |

## Examples

### Check usage for a world

```bash theme={null}
wazoo usage dev-world-01
```

### View usage metrics as JSON

```bash theme={null}
wazoo usage dev-world-01 --json
```
