Gets the Table object with the specified table_name and schema. If the schema is not specified, it automatically defaults to public.
table_name: str schema : str, default public The schema to retrieve the tables from. If no parameter is provided, assigned as public.
A TableResponse Pydantic object containing a Table Pydantic object.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.