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
string
required
The fine-tuning job ID for whicch to return metrics. This is a TypeID-encoded identifier with
the
FineTuningJobId prefix.string
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.string
Forward cursor: return points older than the one with this ID. Mutually exclusive with
before.string
Backward cursor: return points newer than the one with this ID. Mutually exclusive with
after.integer
The maximum number of points to return (1–100).
Response
Returns a page of metric datapoints.string
The object type of a list response. Always
list.array
The training/evaluation metric datapoints. Each datapoint is represented by a
FineTuningMetric record.boolean
Whether or not more datapoints exist beyond this page.