Fine-Tuning Service
List Job Metrics
Get per-step training and evaluation metrics for the job
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns per-step training and evaluation metrics for the job (e.g. the loss curve). This list is cursor-paginated and is sorted newest-first. You can filter the list to a single series using thekind parameter.
Request
The fine-tuning job ID for whicch to return metrics. This is a TypeID-encoded identifier with
the
FineTuningJobId prefix.Filters the results to a single series:
train (per-step), eval (held-out passes), or train_summary
(end-of-run aggregate). Omit this parameter to return all metrics.Forward cursor: return points older than the one with this ID. Mutually exclusive with
before.Backward cursor: return points newer than the one with this ID. Mutually exclusive with
after.The maximum number of points to return (1–100).
Response
Returns a page of metric datapoints.The object type of a list response. Always
list.The training/evaluation metric datapoints. Each datapoint is represented by a
FineTuningMetric record.Whether or not more datapoints exist beyond this page.