get criterion
get_criterionFetch a criterion by ID to view its calibration metrics, trust verdict, and derived intervals.
Instructions
Fetch one criterion with its current calibration metrics, trust verdict and the intervals it was derived from. GET /v1/criteria/{id} (API-key scope: read). Returns: The criterion object: id, name, description, judge_prompt, judge_model, status, source, unit, population, population_family, online_enabled, online_percent, online_cap_usd, online_spent_usd, tier, trust, fail_grades_needed, pass_grades_needed, tpr_ci, tnr_ci, drift_status, drift_signal, drift_reason, drift_checked_at, tpr, tnr, kappa, alignment_n, aligned_at, created_at Notes: 404 "Criterion not found" when the id is not in this workspace. Derivations (trust, drift) match GET /v1/criteria exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Criterion id. |