curl --location '/admin/api/voice/performance/data-quality?range=undefined&from=undefined&to=undefined'{
"endpoint": "GET /admin/api/voice/performance/data-quality",
"range": "string",
"generatedAt": "2019-08-24T14:15:22.123Z",
"dataQualitySummary": {
"traceCount": 0,
"canSupportPerformanceDecision": true,
"canSupportProviderDecision": true,
"canSupportNetworkDecision": true,
"canSupportCostDecision": true,
"metrics": [
{
"key": "string",
"label": "string",
"totalCount": 0,
"presentCount": 0,
"missingCount": 0,
"completenessRate": 0,
"missingRate": 0,
"missingReasons": [
{
"key": "string",
"count": 0
}
]
}
],
"gaps": [
"string"
]
}
}