Get Anonymization Run
Retrieve an anonymization run by ID. Also use this endpoint to poll for completion.
Documentation Index
Fetch the complete documentation index at: https://docs.dataframer.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: "Bearer YOUR_API_KEY"
Path Parameters
UUID of the anonymization run.
Response
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.

