{ "opencollection": "1.0.0", "info": { "name": "QuestDB HTTP REST Chk API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chk", "type": "folder" }, "items": [ { "info": { "name": "Check whether a table exists", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/chk", "params": [ { "name": "f", "value": "", "type": "query", "description": "Response format, typically `json`." }, { "name": "j", "value": "", "type": "query", "description": "Table name to check." } ] }, "docs": "Returns whether the supplied table exists in the database." } ] } ], "bundled": true }