v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBagent-chat-sessions
Get Session
Get a specific chat session with all messages.
Args: request: FastAPI request used by the rate-limiter. session_id: Chat session primary key. auth: Authenticated caller (read-only). service: Chat-session service.
Returns: ChatSessionWithMessages for the owned session.
Raises: HTTPException: 404 when the session is missing or not owned.
get/mle-agent/sessions/{session_id}
Path parameters
session_idstring required
Response
Successful Response