v64

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01176310978.7 KB
session_debug

Get Session Tool Call Result By Id

get/api/v1/session_debug/tool_result/{session_id}/{tool_call_id}

Path parameters

session_idinteger required
tool_call_idstring required

Response

Successful Response

tool_namestring required

Tool name

{"stackTrail":"components:schemas:ToolResultData:properties:tool_result","oasType":"schema","type":"unknown","title":"Tool Result","description":"Tool result data","example":{"answer":"Syllable is a platform for building and managing AI voice agents..."}}

Example response

{
  "tool_name": "general_information_web",
  "tool_result": {
    "answer": "Syllable is a platform for building and managing AI voice agents..."
  }
}