{ "batches": [ {} ], "total": 123, "has_more": true, "limit": 123, "offset": 123 }
Retrieve a paginated list of batch jobs
curl -X GET "https://api.judge.example.com/batches?limit=20&status=completed" \ -H "Authorization: Bearer YOUR_API_KEY"