Retrieve a transform job by ID. Also use this endpoint to poll for completion.
API Key authentication. Format: "Bearer YOUR_API_KEY"
UUID of the transform job.
Transform job details
A PII/PHI transform job.
Unique identifier for the transform job.
Human-readable name for this job.
Current status of the transform job.
PENDING, RUNNING, SUCCEEDED, FAILED UUID of the seed dataset being transformed.
Name of the seed dataset.
ID of the company that owns this job.
List of PII/PHI entity types being detected.
Entity detection method used.
LLM model name (when detection_method includes llm).
Per-entity-type masking strategy.
Confidence threshold used for detection.
Transform results once the job completes. Contains transformed_samples with masked content and entity summaries per sample.
Internal trace information including task_id and dataset metadata.
ID of the user who created this job.
Email of the user who created this job.
Time taken to complete the job in seconds. Null until completed.
When processing started.
When the job completed (succeeded or failed).
When the job was created.
When the job was last updated.