# pw billing allocations usage ls

> Source: https://parallelworks.com/docs/cli/pw/billing/allocations/usage/ls

## pw billing allocations usage ls

List rated usage for an allocation

```
pw billing allocations usage ls <allocation> [flags]
```

### Examples

```
  pw billing allocations usage ls research-team
  pw billing allocations usage ls -o json research-team
```

### Options

```
  -h, --help            help for ls
      --org string      Target organization (defaults to current context)
  -o, --output string   Output format (table, json) (default "table")
      --page-size int   Maximum rows to return (default 50)
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw billing allocations usage](/docs/cli/pw/billing/allocations/usage)	 - Post and list usage events for an allocation
