Skip to main content
POST
Requires scope: sdk:event-log The worker batches and POSTs to /v1/logs/batch. Returns immediately after enqueue unless the queue rejects the event.

Parameters

OliraLogType
required
Catalog log type enum value.
str
required
Olira patient id. Must not be empty; SDK rejects obvious PII patterns.
dict[str, Any] | None
Event-specific JSON payload (≤512 KB wire limit per event).
OliraTrace | None
Optional linkage to your object_type / object_id.
str | None
ISO 8601 timestamp; omit for server default.
dict[str, Any] | None
Arbitrary key/value context stored alongside the event, separate from the typed payload. Surfaced in the Olira Console event detail panel.

Returns

None

Raises