query
Post Query
Executes queries using either a query string or a query template.
The
query_string
field holds direct queries or templates that can
be modified with specified parameters. You can also recall saved query
templates by their template_id
or template_name
. These templates, regardless
of how they are called, can be used with or without parameters.POST
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Query Parameters
The schema to save the created table to. If no parameter is provided, defaults to "qm" if table_name is also not specified, and "public" otherwise.
The name that will be used to create the table produced by the query execution, if any. If not provided, defaults to a randomly generated name.
Determines if the table shall be overwritten or not if it already exists.
Specifies the maximum number of records that should be returned in the result set (max: 100).
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.