latestOpenAPI 3.1.02026-08-19270462702.4 KB
b92f75fd3b61
agent-chat-sessions
Get Session
Get a specific chat session with all messages.
session_id is typed :class:~uuid.UUID so FastAPI answers 422 at the boundary. A raw string such as e2e-session would otherwise reach a Postgres uuid comparison and surface as a driver conversion 500 (PYTHON-1YS7).
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 uuid required
Response
Successful Response