Get Fine-tuning Job
Fetch one job’s state at /v1/fine_tuning/jobs/
Overview
Returns a single job, including status and — once the job succeeds — thefine_tuned_model id to use for prediction.Authorizations
Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.
Path Parameters
Identifies the job to read.
The ftjob- prefixed id returned when the job was created.
"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
Response
The job.
An OpenAI-compatible fine_tuning.job, with additive Reflex fields (labels, trained_examples, result, suffix).
Job id, prefixed ftjob-.
"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
Always fine_tuning.job.
"fine_tuning.job"
What the job trained from: the reflex you warm-started from, or the from-scratch base for a cold start.
"guardrail"
Unix timestamp (seconds) at creation.
1780107000
Unix timestamp at a terminal state, else null.
1780107148
Served model name once succeeded (the suffix, or the job id if none).
"support-classifier"
validating_files is the data-prep phase for generate/label_data jobs.
queued, validating_files, running, succeeded, failed, cancelled "succeeded"
The classes this job trained on.
One class the model predicts.
Number of training examples.
10
Fully managed.
{accuracy, f1_score} when succeeded, else null. Each value may be null.
{code, message, param} when failed, else null.
The suffix supplied at creation, else null.
"support-classifier"