Session Trace

Unified per-event trace for one session (newest first): each event with its latest push-delivery status and the turn’s settled usage credits — so inbound -> reply -> cost -> delivery is ONE read instead of stitching the events, usage, and delivery logs by hand. App-scoped (404 if the session isn’t this app’s).

Authentication

AuthorizationBearer

LoreOS runtime API key (ck_...), sent as Authorization: Bearer <key>.

Path parameters

session_idstringRequired

Query parameters

limitintegerOptional1-500Defaults to 100

Response

Successful Response
schema_version"v0"

LoreOS success-envelope version.

dataobject
next_actionslist of objects

Concrete follow-up API actions; empty when no action is required.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error