{ "judge_id": "<string>", "name": "<string>", "description": "<string>", "content_type": "<string>", "status": "<string>", "criteria": [ {} ], "created_at": {}, "version_number": 123 }
Get judge details using API key authentication
curl -X GET https://api.judge.example.com/api-key/judges/jdg_xyz789 \ -H "X-API-Key: YOUR_API_KEY"