List Active Jobs
List customization jobs and their high-level status. Customization jobs run on the platform’s Jobs service, so you list them through that service and filter by source to scope the results to a backend (automodel or unsloth). Each entry includes the job definition (model, dataset, training configuration) and overall status.
To get detailed execution progress (step-by-step status, training metrics like loss/epoch/step), use Get Job Status instead.
Prerequisites
Before you can list active customization jobs, 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 List Active Customization Jobs
Use the SDK to list jobs, filtering by source to scope the results to a customization backend:
Example Response
:open: