Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Body
Response
The query that was run.
The summary of the query results.
The number of rows returned by the query.
A list of strings representing the column names
A list of strings representing the column types
A matrix of the data returned in the form of a Sequence of rows, with each row element being a sequence of column values.
The timestamp when the query started running.
The timestamp when the query finished running.
The query UUID.