LiCfDomain.config_config, the recording platform's key/value configuration table.config-server, and one row is returned per (config-name, server). Pass local-only=yes for this server alone.limit applies per server, so an N-server estate can answer up to N × limit rows.config-in-sync is no only when the disagreement is visible in this same response. Where it cannot be shown — one value masked and the other not, or two values that differ as text but are equal as numbers — the verdict is unknown, never a false no.config-value-redacted: yes.config-value is returned as the text that is stored, so a leading or trailing zero survives.Super User or Super User Read Only scope.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/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"
}
]