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'.
Example:
"fine_tuning.job"
The ID of the fine-tuning job.
Example:
"ftjob-abc123"
The model being fine-tuned.
Example:
"llama-3.1-70b"
The name of the base model whose output is to be styled.
Example:
"gpt-4o"
Unix timestamp for when the job was created.
Example:
1721764800
The name of the fine-tuned model.
Example:
"ftm:llama-3.1-70b:custom-model-name:0b5ace7e-ffb2-43cf-8a4d-0af17bc2b1d1"
The organization ID associated with this fine-tuning job.
Example:
"org-123"
The current status of the job.
Example:
"succeeded"
Array of file IDs used for training.
Example:
["file-abc123", "file-abc124"]