# pw billing allocations report

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

## pw billing allocations report

Daily usage summary for an allocation (returns JSON)

```
pw billing allocations report <allocation> [flags]
```

### Examples

```
  # Daily usage in June, grouped by SKU subtype
  pw billing allocations report --start 2026-06-01 --end 2026-06-30 --group-by subtype research-team
```

### Options

```
      --end string        End date (YYYY-MM-DD, defaults to today)
      --group-by string   Group by (type, subtype, user, sku)
  -h, --help              help for report
      --org string        Target organization (defaults to current context)
      --start string      Start date (YYYY-MM-DD)
```

### 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](/docs/cli/pw/billing/allocations)	 - Manage allocations and their usage
