Execute Agent Insights free-form SQL

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.

Path parameters

projectIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
querystringRequired>=1 character

Read-only ClickHouse SQL. Must return exactly one column named result produced via toJSONString(…)

Response

Query results
resultslist of objects

Errors

400
Bad Request Error
422
Unprocessable Entity Error
501
Not Implemented Error