# diagrid org usage

Show organization usage data

### Description

Show current resource usage for the current organization.

```
diagrid org usage [flags]
```

### Examples

```

  # View org usage data in table format
  diagrid org usage

  # View org usage in JSON format
  diagrid org usage --output json

```

### Options

```
      --api-key string   Diagrid Cloud API key
  -h, --help             help for usage
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
```

### SEE ALSO

- [diagrid org](./org.md)	 - Manage your organizations
