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
Example response
{
"tool_name": "general_information_web",
"tool_result": {
"answer": "Syllable is a platform for building and managing AI voice agents..."
}
}