desc, showing only groups with the highest count if the limit is reached.curl --location -g --request GET 'https://us-east1-org01.analytics.controld.com/v2/statistic/count/action?startTime={{$date.now|addHours(-1)}}&endTime&limit&endpointId[]&clientId[]&action[]&trigger[]&triggerValue[]&spoofTarget[]&question[]&searchQuestion&searchQuestionMode&profileId[]&protocol[]&statusCode[]&rrType[]&srcCountry[]&dstCountry[]&dstAsn[]&srcAsn[]&dstIsp[]&srcIsp[]&sortOrder' \
--header 'Authorization: <api-key>'{
"success": true,
"body": {
"startTime": "2025-02-07T13:20:47.214Z",
"endTime": "2025-02-07T13:20:47.214Z",
"counts": [
{
"value": "string",
"count": 0
}
]
}
}