Python
Data Anonymization
List Anonymization Runs
List all anonymization runs for your company, newest first
GET
Python
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"
Response
List of anonymization runs
Unique identifier for the anonymization run.
Current status of the anonymization run.
Available options:
PENDING, PROCESSING, SUCCEEDED, FAILED UUID of the seed dataset being anonymized.
Name of the seed dataset.
Entity detection method used.
List of PII/PHI entity types being detected.
LLM model name (when detection_method includes llm).
Email of the user who created this run.
When the run completed.
When the run was created.

