{ "opencollection": "1.0.0", "info": { "name": "Dune Analytics Query Execution API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Dune-API-Key", "value": "{{X-Dune-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Execution", "type": "folder" }, "items": [ { "info": { "name": "Get execution status", "type": "http" }, "http": { "method": "GET", "url": "https://api.dune.com/api/v1/execution/:execution_id/status", "params": [ { "name": "execution_id", "value": "", "type": "path", "description": "Execution identifier returned by /execute." } ] }, "docs": "Get execution status" }, { "info": { "name": "Get execution results", "type": "http" }, "http": { "method": "GET", "url": "https://api.dune.com/api/v1/execution/:execution_id/results", "params": [ { "name": "execution_id", "value": "", "type": "path", "description": "Execution identifier returned by /execute." }, { "name": "limit", "value": "", "type": "query", "description": "Page size for paginated results." }, { "name": "offset", "value": "", "type": "query", "description": "Row offset for paginated results." } ] }, "docs": "Get execution results" }, { "info": { "name": "Cancel an in-flight execution", "type": "http" }, "http": { "method": "POST", "url": "https://api.dune.com/api/v1/execution/:execution_id/cancel", "params": [ { "name": "execution_id", "value": "", "type": "path", "description": "Execution identifier returned by /execute." } ] }, "docs": "Cancel an in-flight execution" } ] } ], "bundled": true }