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