{
"versions": [
{
"version_number": 123,
"is_active": true,
"created_at": {},
"changes_summary": "<string>",
"criteria_count": 123
}
],
"current_version": 123
}List all versions of a judge
{
"versions": [
{
"version_number": 123,
"is_active": true,
"created_at": {},
"changes_summary": "<string>",
"criteria_count": 123
}
],
"current_version": 123
}curl -X GET https://api.judge.example.com/judges/jdg_xyz789/versions \
-H "Authorization: Bearer YOUR_API_KEY"