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 API key, sent as Authorization: Bearer <key>.

Path parameters

session_idstringRequired

Query parameters

sinceintegerOptional>=0Defaults to 0
limitintegerOptional1-500Defaults to 100

Response

Successful Response

Errors

422
Unprocessable Entity Error