Connections
Execute SQL query
Executes a SQL statement against the specified database connection and returns the results. The results include data, metadata, and execution information.
POST
/environments/{environmentName}/connections/{connectionName}/sqlQueryAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$connectionName*string
Name of the connection
Match
^[a-zA-Z0-9_-]+$Request Body
application/json
SQL statement to execute
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json