Gets the paginated list of all the views from the given schema. If no schema is provided then the function retreives all of the views from all of the schemas. pg_catalog and information_schema related views are exempted, unless specified. The API can only return 100 views at a time, starting from the offset number specified.
A ViewsResponse Pydantic object containing a List of either View Pydantic or Base Table Pydantic models depending on the verbose parameter.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type any
.