The query run result will have the following fields:
Field name | Description |
---|---|
sql | The SQL query executed in the request |
data | The results of the query encoded as a list of JSON objects |
meta | Metadata about the results. |
meta.columns | List of the data’s column names and types. |
queried_at | The timestamp at which the query was executed |
An enumeration.
json
, json_file
, csv
Successful Response
The response is of type object
.
The query run result will have the following fields:
Field name | Description |
---|---|
sql | The SQL query executed in the request |
data | The results of the query encoded as a list of JSON objects |
meta | Metadata about the results. |
meta.columns | List of the data’s column names and types. |
queried_at | The timestamp at which the query was executed |
An enumeration.
json
, json_file
, csv
Successful Response
The response is of type object
.