Skip to main content
GET
Requires scope: sdk:event-log Unfiltered by your organization’s configured event types — useful for agent-guided mapping, where you need the whole catalog to figure out which type a source field maps to. This is the live counterpart to the static OliraLogType enum: always current, not limited to the subtypes known when your SDK version was released.

Returns

list[LogType]
str
Canonical subtype string, e.g. “symptom_report”.
str
Platform category this subtype belongs to, e.g. “symptom_reports”.
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, e.g. “logged”.
int
Schema version.

Raises