schema
Get Schemas
Gets all the schemas from the database.
Returns
A SchemasResponse Pydantic object containing a List of Table Schema objects.
GET
/
api
/
v1
/
schema
/
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Response
200 - application/json
schemas
object[]
required