curl --location --request GET '/api/v2/analytics/indexing-modes' \
--header 'Ocp-Apim-Subscription-Key;'
{
"success": true,
"message": "Overall indexing mode stats data retrieved successfully",
"data": {
"indexing_mode_stats": [
[
{
"indexing_mode": "Basic",
"count": 2150,
"percentage": 60.5
},
{
"indexing_mode": "Moderate",
"count": 950,
"percentage": 26.8
},
{
"indexing_mode": "Exhaustive",
"count": 450,
"percentage": 12.7
}
]
]
}
}
Ocp-Apim-Subscription-Key: ********************