Skip to main content
GET
Get fine-tuning job

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

The job id.

Response

The job.

id
string
provider_job_id
string

Opaque upstream job id.

name
string | null
base_model
string
method
enum<string>
Available options:
supervised,
spec-draft
status
enum<string>
Available options:
VALIDATING_FILES,
QUEUED,
RUNNING,
SUCCEEDED,
FAILED,
CANCELLED
fine_tuned_model
string | null

Output model id once the job succeeds.

deployed_model_name
string | null

The servable model name after deployment; null until deployed.

deploy_status
string | null

Deploy pipeline progress ("queued", "staging", "relaying", "converting", "provisioning", "serving", "failed"); null = never deployed. Stages evolve with the pipeline.

deploy_error
string | null

Failure reason when deploy_status is "failed".

trained_tokens
string | null

Tokens trained, as a string (drives billing).

trained_steps
integer | null
total_steps
integer | null
rate_per_m_token_usd
number

Your price per 1M trained tokens.

billed_cost_usd
number | null

Final billed training cost once the job reaches a terminal status.

error
string | null

Failure reason when status is FAILED.

created_at
string