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