v1

latestOpenAPI 3.0.12026-07-22367385.5 KB

This 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

idstring
is_privateboolean
last_execution_idsstring[]
owner_team_idinteger
owner_user_idinteger
query_idinteger
sql_idstring
table_size_bytesinteger

Example response

{
  "schedule": {
    "cron_expression": "0 */6 * * *",
    "expires_at": "2026-09-11T23:59:59Z",
    "next_execution_time": "2026-06-12T00:00:00Z",
    "performance": "medium"
  }
}