Get Job Status
Get detailed execution status for a customization job, including step-by-step progress and real-time training metrics.
This endpoint provides granular execution details including:
- Step-level status:
model-and-dataset-download→training→model-upload→model-entity-creation - Training metrics:
step,epoch,loss,lr(learning rate),grad_norm,val_loss - Progress tracking:
downloaded_files,uploaded_bytes,progress_pct
To list jobs or get job definitions (model entity, hyperparameters, spec), use List Active Jobs instead.
Prerequisites
Before you can get the status of a customization job, make sure that you have:
- Obtained the base URL of your NeMo Platform.
- Set the
NMP_BASE_URLenvironment variable to your NeMo Platform endpoint
To Get the Status of a Customization Job
A submitted customization job runs on the platform’s Jobs service, so you poll its status through that service using the job name returned at submission (for example, automodel-a1b2c3d4e5f6). This works the same way for both the automodel and unsloth backends.
Use the SDK to get detailed job status:
CLI
REST API
Example Response
Active Job (Training in Progress)
Completed Job (All Steps Finished)