Skip to main content
GET
Requires scope: api:org-config

Parameters

str
required
Org-native subtype to look up.

Returns

SchemaDetail
str
Looked-up subtype.
str
Aggregate status: “pending”, “active”, or “deprecated”.
int | None
Currently active version, if any.
list[SchemaVersion]
Every known version, oldest first.
int
Version number.
str
“pending”, “active”, or “deprecated”.
str
“registration” (not yet materialized) or “materialized”.
dict | None
JSON Schema for this version, if known.
dict | None
Target count + unmapped_fields_policy for this version’s mapping, if known.

Raises