Fine-tuning
Get info about a fine-tuning job. [Learn more about fine-tuning](https://platform.openai.com/docs/guides/fine-tuning)
get/fine_tuning/jobs/{fine_tuning_job_id}
Path parameters
fine_tuning_job_idstring required
Example:ft-AF1WoRqd3aJAHsqc9NY7iL8F
The ID of the fine-tuning job.
Response
OK
Example response
{
"result_files": [
"file-abc123"
],
"integrations": [
{
"wandb": {
"project": "my-wandb-project",
"tags": [
"custom-tag"
]
}
}
]
}