api-v2-databases-{database}-schemas-{schema}-tables

Number of APIs: 2

  1. Create a table (clone and undrop are separate subresources) POST {{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?createMode=errorIfExists&copyGrants=false

  2. List tables GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>&history=<boolean>&deep=<boolean>