Skip to main content
GET
/
api
/
v1
/
materialized-views-get
Get Materialized View
curl --request GET \
  --url https://api.example.com/api/v1/materialized-views-get
{
  "result": {}
}

Get Materialized View

Get view details

Request

param_name
string
required
Description of the parameter

Response

result
object
The response data

Code Examples

curl -X GET "https://api.dune.com/api/v1/materialized-views-get" \
  -H "X-DUNE-API-KEY: your_api_key"

Status: 🚧 Stub — Content pending