{ "opencollection": "1.0.0", "info": { "name": "Opik REST System analytics queries API", "version": "1.0.0" }, "items": [ { "info": { "name": "System analytics queries", "type": "folder" }, "items": [ { "info": { "name": "Execute Agent Insights free-form SQL", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/internal/analytics-queries/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Runs Ollie-generated read-only SQL bounded to the caller's workspace and the requested project. Returns 501 when the Agent Insights toggle is off." } ] } ], "bundled": true }