List Active Jobs
List active 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 and status. Platform job records use source="customization" for Automodel, Unsloth, and RL (the Jobs service does not store the training backend as source). status="active" excludes completed, failed, and cancelled jobs. Tell backends apart from the job name prefix (automodel-…, unsloth-…, rl-…) or from the backend you submitted to. 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="customization" and by status to return only active customization jobs:
Example Response
:open: