{ "judge_id": "<string>", "judge_name": "<string>", "analytics_period": {}, "performance_summary": { "total_evaluations": 123, "average_accuracy": 123, "consistency_score": 123, "average_response_time": 123 }, "usage_statistics": { "evaluations_per_day": [ {} ], "peak_usage_hours": [ {} ], "content_type_breakdown": {} }, "feedback_summary": { "total_feedback_count": 123, "approval_rate": 123, "common_issues": [ {} ] }, "trends": { "accuracy_trend": "<string>", "speed_trend": "<string>", "usage_trend": "<string>" }, "recommendations": [ {} ] }
Retrieve analytics and performance metrics for a judge
7d
30d
90d
1y
Show performance properties
Show usage properties
Show feedback properties
Show trend properties
curl -X GET "https://api.judge.example.com/analytics/judges/jdg_xyz789?time_range=30d&include_trends=true" \ -H "Authorization: Bearer YOUR_API_KEY"