Skip to main content
GET
get_domain

Authorizations

X-API-Key
string
header
required

Path Parameters

domain_id
string<uuid>
required

Domain version identifier.

Response

Successful Response

A domain with inheritance already resolved.

A caller reading a domain wants the vocabulary that will actually be applied, not a delta they have to merge themselves.

class_count
integer
required
display_name
string
required
domain_id
string<uuid>
required
ontology
Ontology · object
required

Effective, with the parent's inherited entries merged in.

owner
enum<string>
required
Available options:
platform,
tenant
selectable
boolean
required

True once published; a workspace may only pin a published version.

slug
string
required
status
enum<string>
required
Available options:
draft,
published
taxonomy
Taxonomy · object
required

The classification vocabulary.

version
integer
required
parent_slug
string | null

Inheritance lineage for platform domains that extend a base vocabulary.

published_at
string<date-time> | null