List job
List the metadata for a single fine-tuning job.
Path parameters
The ID of the job to retrieve
Response
Fine-tune job details retrieved successfully
Together model registry object ID for the final model weights (e.g. ml_...).
Together model registry name for the final model weights, formatted as <project_slug>/<model_name>.
Together model registry revision ID for the final model weights (e.g. rv_...).
Together model registry object ID for the final adapter weights on LoRA jobs.
Together model registry name for the final adapter weights on LoRA jobs, formatted as <project_slug>/<model_name>-adapter.
Together model registry revision ID for the final adapter weights on LoRA jobs.
ID of the user who created the fine-tune job.
Whether the early-stopping criterion triggered.
Step associated with the selected early-stopping artifact. When early_stopping_best_metric is null, no finite best metric was recorded; this is the halt step, not a best-checkpoint step.
Best validation loss observed, corresponding to early_stopping_best_step. Null if no improving evaluation was recorded (for example, a non-finite first evaluation).