ListMaterializedView
Lists the materialized views in a project.
Try it now
Test
RAM authorization
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.