Queries
Create Query
This API allows for anyone to create a query. The owner of the query will be under the context of the API key.
POST
/
v1
/
query
To access Query endpoints, a Plus plan or higher is required.
Headers
API Key for the service
Query Parameters
API Key, alternative to using the HTTP header X-Dune-Api-Key
Body
*/*
The name of the createc query.
The SQL of the query.
The description of the created query.
Indicates if the query is private, meaning that only the team or, in case of personal queries, the user that created it can see it.
The parameters that the SQL query accepts.
The tags of the query.
Response
200 - application/json
The Unique ID of the created query
Was this page helpful?