- By default, the refresh runs on the
mediumengine, costing 10 credits per refresh. To boost performance, pass in a JSON body with{"performance": "large"}, which consumes 20 credits per refresh. - If you prefer
mediumperformance, you can omit theperformanceparameter. - You must own the materialized view to refresh it.
- After triggering the refresh, you can check the status by passing the returned
execution_idinto the Get Execution Status endpoint. - To find the name of a materialized view:
Headers
API Key for the service
Path Parameters
Matview Name
Query Parameters
API Key, alternative to using the HTTP header X-Dune-Api-Key
Body
*/*
MatviewsRefreshRequest
Performance level of the refresh
Available options: medium, large, defaults to medium

