---
title: "This lists all materialized view owned by the account tied to the API key"
method: GET
path: "/v1/materialized-views"
---

# This lists all materialized view owned by the account tied to the API key

`GET /v1/materialized-views`

This lists all materialized view owned by the account tied to the API key

## Query parameters

- `api_key` string
- `limit` string
- `offset` string

## Headers

- `X-Dune-Api-Key` string, required

## Response `200`

OK

- MatviewsMatviewsListResponse
  - `materialized_views` MatviewsMatviewListElement[]
    - `id` string
    - `is_private` boolean
    - `query_id` integer
    - `sql_id` string
    - `table_size_bytes` integer
  - `next_offset` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/dune/apis/duneapi.md) · [All operations](https://skmtc.dev/dune/apis/duneapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dune/duneapi/revisions/f3a7a865f95b/schema)
