Get session events
Cursor-poll the session event log. Returns events with cursor > since
in order; poll again with since=next_cursor. Polling is the universal
fallback; an SSE stream (GET …/events/stream) and signed webhook push
(POST …/channels) project the same log.
Authentication
AuthorizationBearer
LoreOS runtime API key (ck_...), sent as Authorization: Bearer <key>.
Path parameters
session_id
Query parameters
since
limit
Response
Successful Response
schema_version
LoreOS success-envelope version.
data
next_actions
Concrete follow-up API actions; empty when no action is required.
Errors
422
Unprocessable Entity Error