v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBagent-chat-sessions
Append Messages
Append messages to an existing session.
Args: request: FastAPI request used by the rate-limiter. session_id: Chat session primary key. body: Messages to append. auth: Authenticated caller. service: Chat-session service.
Returns: ChatSessionMessagesAppendResponse with messages_added count.
Raises: HTTPException: 404 when the session is missing or not owned.
post/mle-agent/sessions/{session_id}/messages
Path parameters
session_idstring required
Request body
Response
Successful Response