cURL
curl --request GET \ --url https://api.example.com/api/v1/executions-get-query-result-csv
{ "result": {} }
Get latest cached result as CSV
curl -X GET "https://api.dune.com/api/v1/executions-get-query-result-csv" \ -H "X-DUNE-API-KEY: your_api_key"
Was this page helpful?