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
Response
Successful Response
A unique ID that identifies the query.
The query type (ex. SELECT, DELETE, etc).
The start time of the query execution.
The end time of the query execution.
The query string that was executed.
Indicates where the REST API call was made from.
Shows the state of the query execution (either RUNNING or COMPLETE).
Shows the table where the results are stored in (If the statement_type is a SELECT, a new destination_table is created. Otherwise, the destination_table_name shows the affected table).
Shows in which schema the destination_table is stored in.
Stores the error message if there was an error while executing the query.
Shows the timestamp of when the query log was created.
Returns a sample of the data (max. 100).
The number of records returned with DQL queries.
The number of records that are affected by DML or DDL queries.