Queries
Read Query
This API allows for anyone to read the sql text, parameters, name, tags, and state of a query. For private queries, only the API key generated under the context of the owner of that query will work.
GET
To access Query endpoints, a Plus plan or higher is required.
Headers
API Key for the service
Path Parameters
unique identifier of the query
Query Parameters
API Key for the service, alternative to using the HTTP header X-DUNE-API-KEY.
Response
200
application/json
OK
Unique identifier of the query.
Name of the query.
Description of the query.
Tags associated with the query.
Version of the query.
The query engine used to execute the query.
The SQL query text.
Indicates if the query is private.
Indicates if the query is archived.
Indicates if the query is unsaved.
The owner of the query.
Was this page helpful?