Debug
Debug API endpoints
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "http://localhost:3013/api/db-query" \ -H "Content-Type: application/json" \ -d '{ "sql": "string" }'{
"columns": [
"string"
],
"rows": [
[
null
]
],
"elapsed": 0,
"total": 0
}Empty