SQL Query
POST/v1/sql
Execute a SQL query and return the results.
This endpoint executes SQL queries directly from an HTTP request. The SQL query is sent as plain text in the request body.
Request
Responses
- 200
- 400
- 500
SQL query executed successfully
Invalid SQL query or malformed input
Internal server error
