SQL
List Tables
api-key<token>
In: header
Query Parameters
projectOwner?string
projectSlug?string
projectId?string
version?integer
Format
int32Response Body
application/json
curl -X GET "https://example.com/v1/sql/tables"{ "computeStats": { "binaryVersionHash": "string", "clickhouseStats": { "memoryUsage": "string", "queryDurationMs": "string", "readBytes": "string", "readRows": "string", "resultBytes": "string", "resultRows": "string" }, "computeCostMs": "string", "computedAt": "2019-08-24T14:15:22Z", "computedBy": "string", "isCached": true, "isRefreshing": true }, "names": [ "string" ]}