GET
/
v1
/
materialized-views
/
{name}
curl --request GET \
  --url https://api.dune.com/api/v1/materialized-views/{name} \
  --header 'X-Dune-Api-Key: <x-dune-api-key>'
{
  "id": "<string>",
  "is_private": true,
  "last_execution_ids": [
    "<string>"
  ],
  "owner_team_id": 123,
  "owner_user_id": 123,
  "query_id": 123,
  "sql_id": "<string>",
  "table_size_bytes": 123
}
  • The name must be the full name qualifier for the matview, i.e. dune.<your_team>.<name>

Headers

X-Dune-Api-Key
string
required

API Key for the service

Path Parameters

name
string
required

Matview Name

Query Parameters

api_key
string

API Key, alternative to using the HTTP header X-Dune-Api-Key

Response

200
application/json
OK
id
string
is_private
boolean
last_execution_ids
string[]
owner_team_id
integer
owner_user_id
integer
query_id
integer
sql_id
string
table_size_bytes
integer