API ReferenceGuidesChangelog
Analytics

List Refreshable Materialized Views

List all refreshable materialized views in a project.

GET
/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views

Authorization

api-key<token>

In: header

Path Parameters

owner*string

username or organization name

slug*string

project slug

Query Parameters

projectId?string

use project id if project_owner and project_slug are not provided

Response Body

application/json

curl -X GET "https://example.com/v1/analytics/string/string/sql/refreshable_materialized_views"
{  "total": "string",  "views": [    {      "name": "string",      "sql": "string"    }  ]}