ListMaterializedViews

Updated at:
Copy as MD

Lists materialized views.

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 name of the Project.

name

string

No

The name of the materialized view. Fuzzy search is supported.

offset

integer

No

The position from which to start returning results for pagination. Default value: 0.

size

integer

No

The number of materialized views to return. The actual number of returned materialized views may be less than the specified value. If you do not specify this parameter, a system default is used.

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

An array of materialized view names.

string

The name of a 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.