GET /v1/glossaries/{id}
Retrieve a Glossary
Get a glossary by ID or fully qualified name
GET
GET /v1/glossaries/{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
Get a single glossary by its unique ID or fully qualified name.Get by ID
UUID of the glossary to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,domains,reviewers).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/glossaries/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the glossary (e.g.,
BusinessGlossary).Comma-separated list of fields to include:
owners, tags, domains, reviewers.Include
all, deleted, or non-deleted entities.GET /v1/glossaries/{id}
Returns
Returns a glossary object with all requested fields populated.Response
Unique identifier for the glossary (UUID format).
Glossary name.
Fully qualified name of the glossary.
Human-readable display name.
Description of the glossary in Markdown format.
Whether terms in this glossary are mutually exclusive.
List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Domain assignments. Only included when
fields contains domains.Reviewers. Only included when
fields contains reviewers.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 |
404 | NOT_FOUND | Glossary with given ID or FQN does not exist |