APIChat
Get Session Logs Route
Get full message log for a session (read-only). JWT auth required. Returns 404 if session not found or not owner. Messages are returned as stored — the original wording. Redaction is an egress concern applied when text is sent to OpenAI or to a support inbox, not to the tenant reading back their own conversations.
GET
/
chat/logs/session/{session_id}Authorization
AuthorizationRequiredBearer <token>
In: header
Path Parameters
session_idRequiredSession Id
Format:
"uuid"Successful Response