Get info about a fine-tuning job by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the fine-tuning job.
A fine-tuning job object.
The type of the object, always 'fine_tuning.job'.
"fine_tuning.job"
The ID of the fine-tuning job.
"ftjob-abc123"
The model being fine-tuned.
"vaero-1"
The name of the base model whose output is to be styled.
"gpt-4o"
Unix timestamp for when the job was created.
1721764800
The name of the fine-tuned model.
"ftm-custom-name-0b5ace7e-ffb2-43cf-8a4d-0af17bc2b1d1"
The organization ID associated with this fine-tuning job.
"org-123"
The current status of the job.
"succeeded"
Array of file IDs used for training.
["file-abc123", "file-abc124"]