table
Get Table
Gets the Table object with the specified table_name and schema. If the schema is not specified, it automatically defaults to public.
Parameters
table_name: str schema : str, default public The schema to retrieve the tables from. If no parameter is provided, assigned as public.
Returns
A TableResponse Pydantic object containing a Table Pydantic object.
GET
/
api
/
v1
/
table
/
{table_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