Run and Monitor Jobs#

Manage NeMo Safe Synthesizer jobs using REST (cURL) and the Python SDK.


Task Guides#

Create, monitor, and manage NeMo Safe Synthesizer jobs end to end.

Create Job

Submit a new job for PII-only processing or the full safe-synthesizer pipeline.

Create Job
Monitor Status

Track job progress with configurable polling intervals (default: 30 seconds).

Get Job Status
Logs

Retrieve job logs for debugging and auditing.

Get Job Logs
Cancel Job

Safely cancel a running job.

Cancel Job
Retrieve and List Jobs

List all jobs and retrieve details for a specific job.

List and Retrieve NeMo Safe Synthesizer Jobs
Delete Job

Remove completed or failed jobs.

Delete Job
Job Results

List results, inspect metadata, and download artifacts.

Job Results