cURL
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 }
This fetches a materialized view given a name
dune.<your_team>.<name>
API Key for the service
Matview Name
API Key, alternative to using the HTTP header X-Dune-Api-Key
OK
The response is of type object.
object
Was this page helpful?