List Term Assets
list_term_assetsShow every column and table a business term is assigned to, giving the authoritative list of where the term is actually used.
Instructions
List the data assets a business term is attached to — the columns that mean it.
The authoritative answer to "where is this term actually used?", read
from the glossaryTermAsset relationships rather than inferred from
names. Each entry names the column and the table it belongs to.
An empty result means the term is assigned to nothing, which is not
the same as no matching column existing — assign_glossary_term is
what creates the link. For a looser, name-based sweep, catalog_search
accepts the Column.term:"<term name>" facet on the datasets
index, which returns matching tables without resolving columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum assets to return in one call (default 100, ceiling 500 — the catalog's page size). | |
| start | No | Offset of the first asset returned (default 0). ``count`` in the result is the term's **total** asset count, so to read every asset of a heavily used term, call again with ``start`` = ``next_start`` until ``truncated`` is false. | |
| term_id | No | The glossary term UUID. | |
| term_name | No | Exact term name, if the id is not known. One of the two is required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||