Skip to main content
GET
Requires scope: sdk:event-log Accepts a known deprecated alias, which resolves to its canonical subtype.

Parameters

str
required
Subtype to look up (or a known alias, e.g. “moods_report” for “mood_report”).

Returns

LogType
str
Canonical subtype string.
str
Platform category this subtype belongs to.
list[str]
Deprecated alias subtypes that still resolve to this one.
str
Human-readable name.
str
What this type is reserved for, and what not to use it for.
dict
Full JSON Schema for this type’s payload.
str
Prose summary of the payload shape.
list[str]
How this type reaches the platform.
int
Schema version.

Raises