Overview
Retrieves detailed information about a specific version of a judge, including complete performance metrics, criteria configurations, and deployment history.
Path Parameters
Unique identifier of the judge
Version number to retrieve details for
Query Parameters
Include detailed criteria configurations
include_performance_breakdown
Include detailed performance breakdown by evaluation type
Response
Unique version identifier
Version status (active, deployed, draft, archived)
Criteria settings for this version (if include_criteria_details=true)
Comprehensive performance metrics
History of deployments for this version
Version creation timestamp
Examples
Request
Success Response (200)
curl -X GET https://api.judge.example.com/judges/jdg_xyz789/versions/3 \
-H "Authorization: Bearer YOUR_API_KEY"