get_tag_details
Retrieve full masking configuration, status, and timestamps for a specific Snowflake tag using database, schema, and tag name. Use when you know the exact tag but not the tag group ID.
Instructions
Get full details for a specific tag masking by database, tag, and schema.
SNOWFLAKE ONLY. Databricks tags are not stored as ALTR objects, so they have no detail record to fetch.
Returns masking configuration, status, and timestamps. Use when you know the exact database/schema/tag but not the tag_group_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ALTR database ID (from `get_database_id`). | |
| database_name | Yes | Database name in ALTR. | |
| tag_name | Yes | Tag name. | |
| schema_name | Yes | Schema name containing the tag. | |
| protection_type | No | Optional filter — "governed", "governed-pushdown", "tokenized-vault", or "encryption-fpe". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||