Materialized Views
Get Materialized View
This fetches a materialized view given a name
GET
/
v1
/
materialized-views
/
{name}
- The name must be the full name qualifier for the matview, i.e.
dune.<your_team>.<name>
Headers
X-Dune-Api-Key
string
requiredAPI Key for the service
Path Parameters
name
string
requiredMatview Name
Query Parameters
api_key
string
API Key, alternative to using the HTTP header X-Dune-Api-Key
Response
200 - application/json
id
string
is_private
boolean
last_execution_ids
string[]
owner_team_id
integer
owner_user_id
integer
query_id
integer
s3_url
string
sql_id
string
table_size_bytes
integer
Was this page helpful?