view
Get View
Gets the View object with the specified view_name and schema. If the schema is not specified, it automatically defaults to public.
Parameters
view_name: str schema : str, default public The schema to retrieve the views from. If no parameter is provided, assigned as public.
Returns
A ViewResponse Pydantic object containing a View Pydantic object.
GET
/
api
/
v1
/
view
/
{view_name}
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Query Parameters
Response
200 - application/json