create_job
Create an asynchronous classification scan job to discover sensitive data in a database using specified classifiers, then poll for results.
Instructions
Run an automated classification scan to discover sensitive data in your database.
Scans database columns using classifiers in the specified collection to identify columns containing PII, financial data, etc.
Classification jobs run asynchronously and can take
10-30+ minutes depending on database size. After
creating a job, use get_jobs to poll for
completion, then get_classification_report to
view results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_type | Yes | Job type to run (FULL, INCREMENTAL, RECLASSIFICATION). | |
| database_id | Yes | Target database ID (from `get_databases` / `get_database_id`). | |
| collection_name | Yes | Classifier collection to use for this run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||