Retrieve an anonymization run by ID. Also use this endpoint to poll for completion.
API Key authentication. Format: "Bearer YOUR_API_KEY"
UUID of the anonymization run.
Anonymization run details
A PII/PHI anonymization run.
Unique identifier for the anonymization run.
Current status of the anonymization run.
PENDING, PROCESSING, SUCCEEDED, FAILED UUID of the seed dataset being anonymized.
Name of the seed dataset.
List of PII/PHI entity types being detected.
Entity detection method used.
LLM model name (when detection_method includes llm).
Email of the user who created this run.
Time taken to complete the run in seconds. Null until completed.
Anonymization results once the run completes.
List of anonymized output files produced by the run.
When the run completed (succeeded or failed).
When the run was created.