# GetConfigMode

This method commands the **ConfigModule** to return the current config mode that is active.&#x20;

{% hint style="info" %}
See [ConfigMode documentation](https://docs.tricloudnexus.io/edge/nexus-modules/platform-modules/configmodule/config-modes) for details.
{% endhint %}

**Method Name:**\
GetConfigMode

**Payload:**

```
{
}
```

**Returns:**

```
{
    "mode": "<active config mode>"
}
```
