v1
latestOpenAPI 3.0.12026-07-22367385.5 KBThis fetches a materialized view given a name
This fetches a materialized view given a name
get/v1/materialized-views/{name}
Path parameters
namestring required
Matview Name
Query parameters
api_keystring
API Key, alternative to using the HTTP header X-Dune-Api-Key
Headers
X-Dune-Api-Keystring required
API Key for the service
Response
OK
Example response
{
"schedule": {
"cron_expression": "0 */6 * * *",
"expires_at": "2026-09-11T23:59:59Z",
"next_execution_time": "2026-06-12T00:00:00Z",
"performance": "medium"
}
}