Skip to content

Get Finetune Status

GET
/v1/finetune/{job_id}

Get the status of a finetune job.

Returns the current phase and phase history of the specified training job.

job_id
required
Job Id
string format: uuid
x-api-key
required
X-Api-Key
string

Job status retrieved successfully

FinetuneStatusResponse

Detailed status of a finetune job.

object
job_id
required
Job Id

Unique job identifier

string format: uuid
current_phase
required
Current Phase

Current phase name

string
status
required
Status

Overall job status: queued, running, completed, failed, cancelled

string
instance_type
Any of:
string
region
Any of:
string
phases
Phases

Phase history in chronological order

Array<object>
Phase

A training phase with its events.

object
name
required
Name

Phase name

string
status
required
Status

Phase status: pending, in_progress, completed, failed

string
started_at
Any of:
string format: date-time
completed_at
Any of:
string format: date-time
events
Events

Events in this phase

Array<object>
PhaseEvent

A single event within a phase.

object
status
required
Any of:
string
message
Any of:
string
error
Any of:
string
timestamp
required
Timestamp

Event timestamp

string format: date-time
retry_attempt
Retry Attempt

Retry attempt number

integer
0
error
Any of:
string

Invalid or missing API key

ErrorResponse

Standard error response.

object
detail
required
Detail

Error message describing what went wrong

string

Finetune job not found

ErrorResponse

Standard error response.

object
detail
required
Detail

Error message describing what went wrong

string

Validation error