Retrieve fine-tuning job
Get info about a fine-tuning job by its ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the fine-tuning job.
Response
200
application/json
A fine-tuning job object.
The type of the object, always 'fine_tuning.job'.
The ID of the fine-tuning job.
The model being fine-tuned.
The name of the base model whose output is to be styled.
Unix timestamp for when the job was created.
The name of the fine-tuned model.
The organization ID associated with this fine-tuning job.
The current status of the job.
Array of file IDs used for training.