Get Glossary Term
get_glossary_termRetrieve a glossary term with human-readable labels for its custom attributes, resolving raw UUID keys to display names and omitting unset values.
Instructions
Get one business term in full, with its custom attributes named rather than hashed.
The raw API returns attributes keyed by attribute-definition UUID,
which is unreadable on its own. This resolves each key to the label the
glossary UI shows and drops the ones left empty, so what comes back is
the term as a person would read it. attribute_ids is the raw map,
unfiltered — so an attribute the term leaves unset is absent from
attributes but present as "" there. The two disagree by design:
one says what the term holds, the other what was stored.
Also returns catalog_entity_id — the other id this term has, the
one asset relationships point at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id | Yes | The glossary term UUID (not the catalog entity id — search_glossary_terms returns both). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||