Skip to main content
GET
GET /v1/classifications/{id}

Retrieve a Classification

Get a single classification by its unique ID or fully qualified name.

Get by ID

string
required
UUID of the classification to retrieve.
string
Comma-separated list of fields to include (e.g., owners).
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.

Get by Fully Qualified Name

Use GET /v1/classifications/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the classification (e.g., Certification).
string
Comma-separated list of fields to include: owners.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/classifications/{id}

Returns

Returns a classification object with all requested fields populated.

Response

string
Unique identifier for the classification (UUID format).
string
Classification name.
string
Fully qualified name of the classification.
string
Human-readable display name.
string
Description of the classification in Markdown format.
boolean
Whether tags in this classification are mutually exclusive.
string
Provider: user or system.
array
List of owners. Only included when fields contains owners.
number
Version number for the entity.

Error Handling