// 404 - Session not found{ "error": "Session not found", "details": { "sessionId": "abc-123" }}// 410 - Session expired{ "error": "Session has expired", "details": { "sessionId": "abc-123", "expiresAt": "2024-01-15T10:30:00Z" }}// 400 - Invalid content{ "error": "Content exceeds maximum length of 4000 characters"}
Sending a message automatically updates the session’s last activity timestamp. If auto-renewal is enabled, the session will be renewed, extending its expiration time.