Skip to main content
GET
Get Job Status

Path Parameters

job_id
string
required

Response

Successful Response

job_name
string
required
status
enum<string>
required
Available options:
queued,
preparing,
training,
completed,
failed
modality
enum<string> | null
default:text
Available options:
text,
vision
wandb_url
string | null
processed_dataset_id
string | null
adapter_path
string | null
base_model_id
string | null
gguf_path
string | null
metrics
EvaluationMetrics · object | null

Evaluation metrics structure to hold results after training. This is used to store metrics like accuracy, loss, etc.

error
string | null