latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

Investigation Follow Up V2

V2 investigation follow-up endpoint that accepts thinking_mode parameter.

The thinking_mode parameter determines how the follow-up is conducted:

  • AUTO: Uses message classifier to determine RCA vs CHAT investigation
  • DEEP: Forces RCA (root cause analysis) investigation
  • FAST: Forces CHAT (exploratory) investigation
post/v2/investigation/follow-up

Request body

session_idstring required
user_uuidstring nullable
user_messagestring required
config_namestring required
mode'rca' | 'chat' | 'triage' | 'alert_story'
thinking_mode'auto' | 'deep' | 'fast' | 'lightning'

Determines the investigation depth and approach.

  • AUTO: Use message classifier to determine RCA vs CHAT
  • DEEP: Force RCA (root cause analysis) investigation
  • FAST: Force CHAT (exploratory) investigation
  • LIGHTNING: Fast, tool-rich investigation with tight iteration cap. Uses the union of all tools from fast + deep configs with a speed-focused prompt.

Response

Successful Response

session_idstring required
system_chat_idstring required
user_chat_idstring required