curl --location -g --request GET 'https:///api/v2/analytics/indexing-modes' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"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
}
]
]
}
}