Overview
Retrieves a paginated list of evaluations with optional filtering.
Query Parameters
Number of evaluations to return (max 100)
Number of evaluations to skip
Filter by status (processing, completed, failed)
Filter evaluations after this timestamp
Response
Array of evaluation objects
Total number of evaluations
Whether more evaluations are available
Examples
curl -X GET "https://api.judge.example.com/evaluations?limit=20&judge_id=jdg_xyz789" \
-H "Authorization: Bearer YOUR_API_KEY"