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

Contains information about existing modules in the cluster.

Note that several modules with the same role can exist in the cluster, in the same or different nodes.

The output is ordered by the (`module_role, node_name`) columns.

The following table lists the output’s columns:

| Column name     | Data type     | Description                                                      |
| :-------------- | :------------ | :--------------------------------------------------------------- |
| MODULE\_ROLE    | `VARCHAR(50)` | The module role. This is the filter column. E.g: Sequencer, RDB. |
| MODULE\_ID      | `INT`         | The unique module identifier.                                    |
| NODE\_NAME      | `VARCHAR(8)`  | The name of the node the module is running on                    |
| MODULE\_VERSION | `VARCHAR(20)` | The module version                                               |
