get model version
get_model_versionFetch a specific model version's record, including lineage, artifact, served model name, verdict, and adoption time, to inspect a training round before deciding whether to adopt it.
Instructions
Fetch one model version's record (lineage, artifact, served model name, verdict, pinned hashes, adoption time) — use it to inspect a specific training round before adopting it. GET /v1/model_versions/{id} (API-key scope: read). Returns: JSON object { id, parent_id, base_model, artifact_ref, served_model, source_run_id, source_kind, verdict, judge_criterion_id, curriculum_hash, holdout_hash, comparable_to_parent, adopted_at, created_at } — same shape as the list rows. Notes: Not feature-flag gated. OWNER/ADMIN key required (403).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The model version id. Workspace-scoped: a foreign or unknown id is 404 'Version not found in this workspace.' |