GET /v1/glossaries/{id}/versions
Glossary Versions
List and retrieve historical versions of a glossary
GET
GET /v1/glossaries/{id}/versions
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.
Glossary Versions
Every change to a glossary entity creates a new version. Use these endpoints to view the version history and retrieve specific versions.List Versions
UUID of the glossary.
Get Specific Version
UseGET /v1/glossaries/{id}/versions/{version} to retrieve a specific version.
UUID of the glossary.
Version number to retrieve (e.g.,
0.2).GET /v1/glossaries/{id}/versions
Returns
List versions returns an object withentityType and a versions array of serialized entity snapshots (newest first).
Get specific version returns the full glossary object as it existed at that version.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
404 | NOT_FOUND | Glossary or version does not exist |