v1

latestOpenAPI 3.0.32026-07-174311.6 KB
Fine-tuning Jobs

Get fine-tuning job details

Retrieves detailed information about a specific fine-tuning job

get/openai/fine_tuning/jobs/{job_id}

Path parameters

job_idstring required

The ID of the fine-tuning job

Query parameters

api-version'2024-02-01' | '2023-12-01-preview' | '2023-10-01-preview' required

API version to use

Response

Successfully retrieved fine-tuning job details

idstring

The fine-tuning job ID

status'pending' | 'running' | 'succeeded' | 'failed' | 'cancelled'
modelstring

Base model being fine-tuned

created_atinteger

Unix timestamp of job creation

finished_atinteger nullable

Unix timestamp of job completion

fine_tuned_modelstring nullable

Name of the fine-tuned model (available after success)

trained_tokensinteger nullable

Total number of tokens trained

result_filesstring[]

List of result file IDs

training_filesstring[]

List of training file IDs

validation_filesstring[]

List of validation file IDs

estimated_finishinteger nullable

Estimated completion time (Unix timestamp)