Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
SQL query to execute
Example:
"SELECT * FROM users WHERE status = 'active' LIMIT 10"
Executes a raw SQL query directly against ClickHouse (WorqDB). This endpoint provides direct SQL access with security guardrails to prevent destructive operations.
API key authentication. Format - "Bearer YOUR_API_KEY"
SQL query to execute
"SELECT * FROM users WHERE status = 'active' LIMIT 10"