v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01176310978.7 KB
insights.tools

Test Insights Tool

Manually run the given insight tool against a session and return the response.

post/api/v1/insights/tools-test

Request body

tool_namestring required

Human readable name of insight tool configuration

session_idinteger nullable

The session ID of the session against which to run the tool

upload_file_idinteger nullable

The file ID of the uploaded file against which to run the tool

Example request

{
  "tool_name": "summary-tool"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/insights/tools-test:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}