ListMaterializedView

Updated at:
Copy as MD

Lists the materialized views in a project.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /materializedviews HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

project

string

No

The project that contains the materialized views.

name

string

No

The name of the materialized view. Use this to query for a specific materialized view.

offset

integer

No

The number of entries to skip before returning results. This parameter is used for pagination. Default value: 0.

size

integer

No

The maximum number of materialized views to return per page. Default value: 100. Maximum value: 500.

Response elements

Element

Type

Description

Example

object

The response body.

count

integer

The number of materialized views returned on the current page.

total

integer

The total number of materialized views that match the query.

materializedViews

array

A list of materialized views.

string

The name of the materialized view.

Examples

Success response

JSON format

{
  "count": 0,
  "total": 0,
  "materializedViews": [
    ""
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.