{ "judges": [ { "judge_id": "<string>", "name": "<string>", "description": "<string>", "content_type": "<string>", "status": "<string>", "criteria_count": 123, "created_at": {}, "version_number": 123 } ], "total_count": 123 }
List judges using API key authentication
Show judge properties
curl -X GET "https://api.judge.example.com/api-key/judges?status=ready&limit=10" \ -H "X-API-Key: YOUR_API_KEY"