get_classification_report
Retrieve detailed results of a completed classification job, showing detected sensitive columns and confidence scores. Use after job completion.
Instructions
Get detailed results from a completed classification job.
Returns which columns were detected as containing
sensitive data along with confidence scores. Only call
after the job status is COMPLETED (verify with
get_jobs).
After reviewing results, check if the needed Snowflake
tags exist using get_tags. If tags are missing, they
must be created in Snowflake first before connecting
with connect_tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job identifier returned from `create_job` or listed by `get_jobs`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||