GET /v1/glossaryTerms/{id}
Retrieve a Glossary Term
Get a glossary term by ID or fully qualified name
GET
GET /v1/glossaryTerms/{id}
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a Glossary Term
Get a single glossary term by its unique ID or fully qualified name.Get by ID
UUID of the glossary term to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,domains,relatedTerms,reviewers,children).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/glossaryTerms/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the glossary term (e.g.,
BusinessGlossary.Revenue).Comma-separated list of fields to include:
owners, tags, domains, relatedTerms, reviewers, children.Include
all, deleted, or non-deleted entities.GET /v1/glossaryTerms/{id}
Returns
Returns a glossary term object with all requested fields populated.Response
Unique identifier for the glossary term (UUID format).
Glossary term name.
Fully qualified name of the glossary term.
Human-readable display name.
Description of the glossary term in Markdown format.
List of synonym strings.
Reference to the parent glossary.
Child term references. Only included when
fields contains children.Related term references. Only included when
fields contains relatedTerms.List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Version number for the entity.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this glossary term |
404 | NOT_FOUND | Glossary term with given ID or FQN does not exist |