Overview
Retrieves a paginated list of judges with optional filtering by content type and status.
Query Parameters
Number of judges to return (max 100)
Filter by content type (text, video, audio, image)
Filter by status (ready, learning, training)
Response
Total number of judges available
Whether more judges are available
Number of judges returned
Examples
curl -X GET "https://api.judge.example.com/judges?limit=20&content_type=text" \
-H "Authorization: Bearer YOUR_API_KEY"