> ## Documentation Index
> Fetch the complete documentation index at: https://docs.regatta.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# SHOW DEVICES

This view returns a row for every device in the cluster.

The output is ordered by the `device_id` column.

The following table lists the output’s columns:

| Column name | Data type      | Description                                                             |
| :---------- | :------------- | :---------------------------------------------------------------------- |
| DEVICE\_ID  | `VARCHAR(32)`  | The device unique identifier for the device. This is the filter column. |
| MODULE\_ID  | `INT`          | The module the device is attached to                                    |
| CAPACITY    | `BIGINT`       | Total device capacity in bytes                                          |
| TYPE        | `VARCHAR(100)` | The device type                                                         |
