LiCfDomain.nmc_config_config, the media-converter (NMC) key/value configuration table. Keys such as VocodeCommand and RemoteArchiveLogRetryCount live here./recordings/config: reads fan out across the recording servers, one row per (config-name, server), limit applies per server, credential-shaped keys are masked, and config-in-sync reports unknown rather than a false no when the difference cannot be shown./recordings/config, not a view of it — config-value is 255 characters here against 127 there.Super User or Super User Read Only scope.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/nmc-config?config-name=RemoteArchiveLogRetryCount&config-geo=undefined&local-only=undefined&include-secrets=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"config-name": "string",
"config-value": "string",
"config-geo": "string",
"config-timestamp-datetime": "string",
"config-server": "string",
"config-value-redacted": "yes",
"config-in-sync": "yes",
"config-replicated": "yes"
}
]