Data -> Queries
List Queries
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Query created
The ID of the query.
The display name of the query.
The name of the query.
This is the name of the query which will be used in the sql query. e.g. SELECT * FROM "peaka"."query"."<name>"
The sql query.
The reference id of the input query.
The type of the query: PLAIN or MATERIALIZED
This class represents a schedule for a materialized query.