get_job_evaluations
Retrieve all LLM-as-judge evaluation results for a job, including scores per rubric, per-criterion breakdown, justifications, and timestamps.
Instructions
Return all LLM-as-judge evaluation results for a specific job.
Each evaluation includes: rubric applied, overall score (0–10), per-criterion breakdown, textual justification from the judge LLM, evaluation timestamp and the provider used. A job may have multiple evaluations if different rubrics were applied or if it was re-evaluated.
Args: job_id: UUID of the job (from list_jobs or get_job).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |