{ "opencollection": "1.0.0", "info": { "name": "QuestDB HTTP REST Chk Exp API", "version": "1.0.0" }, "items": [ { "info": { "name": "Exp", "type": "folder" }, "items": [ { "info": { "name": "Export query results as CSV", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/exp", "params": [ { "name": "query", "value": "", "type": "query", "description": "SQL statement to execute (URL-encoded)." }, { "name": "limit", "value": "", "type": "query", "description": "Optional row range, for example `0,1000`." } ] }, "docs": "Executes a SQL statement and streams the result set as CSV." } ] } ], "bundled": true }