v1
latestOpenAPI 3.0.12026-07-22367385.5 KBExecute, or run a query for the specified query ID
Execute, or run a query for the specified query ID
Path parameters
Unique identifier of the query
Query parameters
Alternative to using the X-Dune-Api-Key header
The performance engine tier the execution will be run on. Can be small, medium, or large. Omit to use the default tier for the query engine. Credits are consumed based on actual compute resources used.
SQL Query parameters in json key-value pairs. Each parameter is to be provided in key-value pairs. This enables you to execute a parameterized query with the provided values for your parameter keys. Partial submission of parameters is allowed. For example, if the query expects three parameters and you only pass in two, the third one will automatically use its default value as defined in the Query Parameter Editor page.
Headers
API Key for the service
Response
OK
Example response
{
"execution_id": "01HKZJ2683PHF9Q9PHHQ8FW4Q1",
"state": "QUERY_STATE_PENDING"
}