{
"judges": {
"total": 123,
"by_type": {},
"by_status": {}
},
"content": {
"items": 123,
"evaluations": 123,
"batches": 123,
"feedback_items": 123
},
"storage": {
"total_size": "<string>",
"files_by_type": {}
}
}Get detailed system statistics
{
"judges": {
"total": 123,
"by_type": {},
"by_status": {}
},
"content": {
"items": 123,
"evaluations": 123,
"batches": 123,
"feedback_items": 123
},
"storage": {
"total_size": "<string>",
"files_by_type": {}
}
}Show properties
text - Number of text judgesvideo - Number of video judgesaudio - Number of audio judgesready - Judges ready for uselearning - Judges in learning modetraining - Judges being trainedcurl -X GET https://api.judge.example.com/stats \
-H "Authorization: Bearer YOUR_API_KEY"